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

Method snapshot

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

* Take a snapshot of the current context which will be stored by Angular and * used when additional work is performed that was scheduled in this context. * * @param linkedSnapshot Optional snapshot to use link to the current context. * The caller is no longer responsible for calling disp

(linkedSnapshot: T | null)

Source from the content-addressed store, hash-verified

48 * snapshot.
49 */
50 snapshot(linkedSnapshot: T | null): T;
51
52 /**
53 * Propagate the current tracing context to the provided function.

Callers 5

stateMethod · 0.80
notifyMethod · 0.80
afterRenderEffectFunction · 0.80
afterEveryRenderImplFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected