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

Method pathKeys

packages/forms/signals/src/field/context.ts:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 get pathKeys(): Signal<readonly string[]> {
132 return this.node.structure.pathKeys;
133 }
134
135 readonly index = computed(() => {
136 // Attempt to read the key first, this will throw an error if we're on a root field.

Callers 5

constructorMethod · 0.45
ReproCmpClass · 0.45
initWebMcpFormFunction · 0.45
registerAsBindingMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected