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

Function isFieldTreeNode

packages/forms/signals/compat/src/api/extract.ts:165–167  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

163}
164
165function isFieldTreeNode(value: unknown): value is FieldTree<unknown> {
166 return typeof value === 'function';
167}
168
169function isKeyedChild(
170 value: [string, FieldTree<unknown>] | undefined,

Callers 2

isContainerNodeFunction · 0.85
extractChildrenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…