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

Function effectScopeOper

src/index.ts:416–423  ·  view source on GitHub ↗
(this: EffectScopeNode)

Source from the content-addressed store, hash-verified

414}
415
416function effectScopeOper(this: EffectScopeNode): void {
417 this.flags = ReactiveFlags.None;
418 disposeAllDepsInReverse(this);
419 const sub = this.subs;
420 if (sub !== undefined) {
421 unlink(sub);
422 }
423}
424
425function disposeAllDepsInReverse(sub: ReactiveNode): void {
426 let link = sub.depsTail;

Callers

nothing calls this directly

Calls 2

disposeAllDepsInReverseFunction · 0.85
unlinkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…