BranchSummaryResult class final

Outcome of generateBranchSummary (omp's BranchSummaryResult): success carries summary plus the tracked file lists; failure carries error (or aborted) instead of throwing.

Constructors

BranchSummaryResult({String? summary, List<String>? readFiles, List<String>? modifiedFiles, bool aborted = false, String? error})
Creates a BranchSummaryResult.
const

Properties

aborted bool
Whether the summarization call was aborted.
final
error String?
The failure description when summarization failed.
final
hashCode int
The hash code for this object.
no setterinherited
modifiedFiles List<String>?
Files modified on the abandoned branch (sorted).
final
readFiles List<String>?
Files read on the abandoned branch (sorted).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
The generated summary (preamble and file-operation tags included).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited