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

Method propagate

packages/core/src/application/tracing.ts:57–57  ·  view source on GitHub ↗

* Propagate the current tracing context to the provided function. * @param fn A function. * @return A function that will propagate the current tracing context.

(fn: T)

Source from the content-addressed store, hash-verified

55 * @return A function that will propagate the current tracing context.
56 */
57 propagate?<T extends Function>(fn: T): T;
58
59 /**
60 * Wrap an event listener bound by the framework for tracing.

Callers 2

maybePropagateTraceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected