BoundsCheckSummary class

Summary of bounds checking results for a function.

Constructors

BoundsCheckSummary({required String functionName, required List<BoundsCheckResult> results})

Properties

functionName String
final
hashCode int
The hash code for this object.
no setterinherited
results List<BoundsCheckResult>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeCount int
Number of provably safe accesses.
no setter
safePercentage double
Percentage of provably safe accesses.
no setter
totalCount int
Total number of array accesses.
no setter
unknownCount int
Number of unknown accesses.
no setter
unsafeAccesses List<BoundsCheckResult>
All unsafe access results.
no setter
unsafeCount int
Number of provably unsafe accesses.
no setter

Methods

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

Operators

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