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

Interface ReactiveNode

src/system.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ReactiveNode {
2 deps?: Link;
3 depsTail?: Link;
4 subs?: Link;
5 subsTail?: Link;
6 flags: ReactiveFlags;
7}
8
9export interface Link {
10 version: number;

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…