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

Interface Stack

src/system.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface Stack<T> {
20 value: T;
21 prev: Stack<T> | undefined;
22}
23
24export const enum ReactiveFlags {
25 None = 0,

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…