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

Method compute

packages/forms/signals/src/schema/logic.ts:128–133  ·  view source on GitHub ↗
(arg: FieldContext<any>)

Source from the content-addressed store, hash-verified

126 }
127
128 override compute(arg: FieldContext<any>): boolean {
129 return this.fns.some((f) => {
130 const result = f(arg);
131 return result && result !== IGNORED;
132 });
133 }
134}
135
136/**

Callers 5

logic_node.spec.tsFile · 0.45
getMethod · 0.45
FieldNodeStateClass · 0.45

Calls 1

someMethod · 0.80

Tested by

no test coverage detected