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

Function run

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

Source from the content-addressed store, hash-verified

18 return effect(fn);
19 },
20 run(fn) {
21 effectScope(fn)();
22 },
23 batch(fn) {
24 startBatch();
25 try {

Callers

nothing calls this directly

Calls 1

effectScopeFunction · 0.90

Tested by

no test coverage detected