Class TakePreciseCoverageResult
public sealed record TakePreciseCoverageResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<TakePreciseCoverageResult>
- Inheritance
-
EmptyResultTakePreciseCoverageResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
TakePreciseCoverageResult(ImmutableArray<ScriptCoverage>, double)
public TakePreciseCoverageResult(ImmutableArray<ScriptCoverage> Result, double Timestamp)
Parameters
ResultImmutableArray<ScriptCoverage>Coverage data for the current isolate.
TimestampdoubleMonotonically increasing time (in seconds) when the coverage update was taken in the backend.
Properties
Result
Coverage data for the current isolate.
public ImmutableArray<ScriptCoverage> Result { get; init; }
Property Value
Timestamp
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
public double Timestamp { get; init; }