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

Interface EffectNode

src/index.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6interface EffectNode extends ReactiveNode {
7 fn(): (() => void) | void;
8 cleanup: (() => void) | void;
9}
10
11interface ComputedNode<T = any> extends ReactiveNode {
12 value: T | undefined;

Callers 2

effectFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…