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

Class

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

Source from the content-addressed store, hash-verified

12import {Reporter} from '../reporter';
13
14export class MultiReporter extends Reporter {
15 static provideWith(childTokens: any[]): any[] {
16 return [
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected