MCPcopy
hub / github.com/angular/angular / push

Function push

packages/forms/signals/src/schema/logic.ts:101–103  ·  view source on GitHub ↗

Registers a logic function with this logic instance.

(logicFn: LogicFn<any, TValue>)

Source from the content-addressed store, hash-verified

99
100 /** Registers a logic function with this logic instance. */
101 push(logicFn: LogicFn<any, TValue>) {
102 this.fns.push(wrapWithPredicates(this.predicates, logicFn));
103 }
104
105 /**
106 * Merges in the logic from another logic instance, subject to the predicates of both the other

Callers

nothing calls this directly

Calls 2

wrapWithPredicatesFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…