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

Method run

packages/core/src/application/tracing.ts:19–19  ·  view source on GitHub ↗
(action: TracingAction, fn: () => T)

Source from the content-addressed store, hash-verified

17/** A single tracing snapshot. */
18export interface TracingSnapshot {
19 run<T>(action: TracingAction, fn: () => T): T;
20
21 /** Disposes of the tracing snapshot. Must be run exactly once per TracingSnapshot. */
22 dispose(): void;

Callers 14

startMethod · 0.65
error_handler.tsFile · 0.65
constructorMethod · 0.65
notifyMethod · 0.65
tickMethod · 0.65
initializeMethod · 0.65
bootstrapFunction · 0.65
bootstrapImplMethod · 0.65
_tickMethod · 0.65
onViewportWrapperFunction · 0.65
pollDomTriggerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected