MCPcopy
hub / github.com/nanostores/nanostores / computed

Function computed

computed/index.js:73–73  ·  view source on GitHub ↗
(stores, fn)

Source from the content-addressed store, hash-verified

71
72/* @__NO_SIDE_EFFECTS__ */
73export const computed = (stores, fn) => computedStore(stores, fn)
74
75/* @__NO_SIDE_EFFECTS__ */
76export const batched = (stores, fn) => computedStore(stores, fn, true)

Callers 6

types.tsFile · 0.90
index.test.tsFile · 0.90
errors.tsFile · 0.90
index.test.tsFile · 0.90
benchmark.jsFile · 0.90
index.test.tsFile · 0.90

Calls 1

computedStoreFunction · 0.85

Tested by

no test coverage detected