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

Method inPhase

packages/compiler-cli/src/ngtsc/perf/src/noop.ts:19–21  ·  view source on GitHub ↗
(phase: PerfPhase, fn: () => T)

Source from the content-addressed store, hash-verified

17 }
18
19 inPhase<T>(phase: PerfPhase, fn: () => T): T {
20 return fn();
21 }
22
23 reset(): void {}
24}

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected