MCPcopy
hub / github.com/angular/angular / mv

Function mv

packages/benchpress/test/sampler_spec.ts:223–225  ·  view source on GitHub ↗
(runIndex: number, time: number, values: {[key: string]: number})

Source from the content-addressed store, hash-verified

221});
222
223function mv(runIndex: number, time: number, values: {[key: string]: number}) {
224 return new MeasureValues(runIndex, new Date(time), values);
225}
226
227function createCountingValidator(count: number, validSample?: MeasureValues[], log: any[] = []) {
228 return new MockValidator(log, (completeSample: MeasureValues[]) => {

Callers 1

sampler_spec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected