MCPcopy Index your code
hub / github.com/effector/effector / array.live.js

File array.live.js

documentation/src/content/demo/combine/array.live.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createStore, combine } from "effector";
2
3const $r = createStore(255);
4const $g = createStore(0);

Callers

nothing calls this directly

Calls 3

createStoreFunction · 0.90
combineFunction · 0.90
watchMethod · 0.65

Tested by

no test coverage detected