MCPcopy Create free account
hub / github.com/angular/angular /

Class

packages/benchpress/src/reporter.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * A reporter reports measure values and the valid sample.
13 */
14export abstract class Reporter {
15 reportMeasureValues(values: MeasureValues): Promise<any> {
16 throw new Error('NYI');
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected