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

Function keepAlive

repos/effect/packages/effect/src/unstable/reactivity/Atom.ts:1466–1470  ·  view source on GitHub ↗
(self: A)

Source from the content-addressed store, hash-verified

1464 }
1465 return isWritable(self)
1466 ? writable(
1467 withFallback,
1468 self.write,
1469 self.refresh ?? function(refresh) {
1470 refresh(self)
1471 }
1472 ) as any
1473 : readable(

Callers 1

factoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…