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

Function effect

tests/conformance.spec.ts:17–19  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

15 return { read: () => c() };
16 },
17 effect(fn) {
18 return effect(fn);
19 },
20 run(fn) {
21 effectScope(fn)();
22 },

Callers

nothing calls this directly

Calls 1

effectFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…