MCPcopy
hub / github.com/angular/angular / constructor

Method constructor

packages/benchpress/src/metric/user_metric.ts:21–26  ·  view source on GitHub ↗
(
    @Inject(Options.USER_METRICS) private _userMetrics: {[key: string]: string},
    private _wdAdapter: WebDriverAdapter,
  )

Source from the content-addressed store, hash-verified

19 ];
20
21 constructor(
22 @Inject(Options.USER_METRICS) private _userMetrics: {[key: string]: string},
23 private _wdAdapter: WebDriverAdapter,
24 ) {
25 super();
26 }
27
28 /**
29 * Starts measuring

Callers

nothing calls this directly

Calls 1

InjectInterface · 0.90

Tested by

no test coverage detected