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

Interface Link

src/system.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface Link {
10 version: number;
11 dep: ReactiveNode;
12 sub: ReactiveNode;
13 prevSub: Link | undefined;
14 nextSub: Link | undefined;
15 prevDep: Link | undefined;
16 nextDep: Link | undefined;
17}
18
19interface Stack<T> {
20 value: T;

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…