MCPcopy Create free account
hub / github.com/effect-app/libs / A

Function A

repos/effect/packages/effect/test/AtomRef.test.ts:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9 let unsubscribeA = () => {}
10 function A() {
11 calls.A++
12 unsubscribeA()
13 unsubscribeA = ref.subscribe(A)
14 }
15 unsubscribeA = ref.subscribe(A)
16 ref.subscribe(() => {
17 calls.B++

Callers

nothing calls this directly

Calls 2

unsubscribeAFunction · 0.85
subscribeMethod · 0.65

Tested by

no test coverage detected