MCPcopy Index your code
hub / github.com/angular/angular / createCountingMetric

Function createCountingMetric

packages/benchpress/test/sampler_spec.ts:238–241  ·  view source on GitHub ↗
(log: any[] = [])

Source from the content-addressed store, hash-verified

236}
237
238function createCountingMetric(log: any[] = []) {
239 let scriptTime = 0;
240 return new MockMetric(log, () => ({'script': scriptTime++}));
241}
242
243class MockDriverAdapter extends WebDriverAdapter {
244 constructor(

Callers 1

sampler_spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…