MCPcopy
hub / github.com/stackblitz/alien-signals / SignalNode

Interface SignalNode

src/index.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16interface SignalNode<T = any> extends ReactiveNode {
17 currentValue: T;
18 pendingValue: T;
19}
20
21// Marks a parent (effect or scope) whose deps include at least one child
22// effect. Used to gate the dispose-children-first slow path in run() so

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…