TakePreciseCoverageResponse

@Serializable
data class TakePreciseCoverageResponse(val result: List<ScriptCoverage>, val timestamp: Double)(source)

Response type for the ProfilerDomain.takePreciseCoverage command.

Constructors

Link copied to clipboard
constructor(result: List<ScriptCoverage>, timestamp: Double)

Properties

Link copied to clipboard

Coverage data for the current isolate.

Link copied to clipboard

Monotonically increasing time (in seconds) when the coverage update was taken in the backend.