MCPcopy Create free account
hub / github.com/Effect-TS/effect / mount

Method mount

packages/effect/src/unstable/reactivity/Atom.ts:171–171  ·  view source on GitHub ↗
(this: AtomContext, atom: Atom<A>)

Source from the content-addressed store, hash-verified

169 once<A>(this: AtomContext, atom: Atom<A>): A
170 addFinalizer(this: AtomContext, f: () => void): void
171 mount<A>(this: AtomContext, atom: Atom<A>): void
172 refresh<A>(this: AtomContext, atom: Atom<A>): void
173 refreshSelf(this: AtomContext): void
174 self<A>(this: AtomContext): Option.Option<A>

Callers 10

index.test.tsxFile · 0.65
mountAtomFunction · 0.65
mountAtomFunction · 0.65
useAtomSetFunction · 0.65
Atom.test.tsFile · 0.65
AtomRpc.test.tsFile · 0.65
Atom.tsFile · 0.65
AtomRegistry.tsFile · 0.65
mountFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected