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

Function getBoundPathDepth

packages/forms/signals/src/field/resolution.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 * Do not set this directly, it is a context variable managed by `setBoundPathDepthForResolution`.
14 */
15export function getBoundPathDepth() {
16 return boundPathDepth;
17}
18
19/**
20 * Sets the bound path depth for the duration of the given logic function.

Callers 1

resolveMethod · 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…