Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stackblitz/alien-signals
/ computed
Function
computed
tests/conformance.spec.ts:13–16 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
11
};
12
},
13
computed(fn) {
14
const
c = computed(fn);
15
return
{ read: () => c() };
16
},
17
effect(fn) {
18
return
effect(fn);
19
},
Callers
nothing calls this directly
Calls
1
computed
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…