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

Interface EffectScopeNode

src/index.ts:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createReactiveSystem, ReactiveFlags, type ReactiveNode } from './system.js';
2
3interface EffectScopeNode extends ReactiveNode {
4}
5
6interface EffectNode extends ReactiveNode {
7 fn(): (() => void) | void;

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…