MCPcopy
hub / github.com/angular/angular / untracked

Function untracked

packages/core/src/render3/reactivity/untracked.ts:16–18  ·  view source on GitHub ↗
(nonReactiveReadsFn: () => T)

Source from the content-addressed store, hash-verified

14 * @see [Reading without tracking dependencies](guide/signals#reading-without-tracking-dependencies)
15 */
16export function untracked<T>(nonReactiveReadsFn: () => T): T {
17 return untrackedPrimitive(nonReactiveReadsFn);
18}

Callers 15

toObservableFunction · 0.90
CmpClass · 0.90
updateFunction · 0.90
setMethod · 0.90
reloadMethod · 0.90
loadEffectMethod · 0.90
shouldDiscardMethod · 0.90
abortInProgressLoadMethod · 0.90
debouncedFunction · 0.90
submittedMethod · 0.90
submittedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…