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

Method end

packages/benchpress/test/trace_event_factory.ts:43–45  ·  view source on GitHub ↗
(name: string, time: number, args: any = null)

Source from the content-addressed store, hash-verified

41 }
42
43 end(name: string, time: number, args: any = null) {
44 return this.create('E', name, time, args);
45 }
46
47 instant(name: string, time: number, args: any = null) {
48 return this.create('I', name, time, args);

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected