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

Method some

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

Source from the content-addressed store, hash-verified

176 set<R, W>(this: AtomContext, atom: Writable<R, W>, value: W): void
177 setResult<A, E, W>(this: AtomContext, atom: Writable<AsyncResult.AsyncResult<A, E>, W>, value: W): Effect.Effect<A, E>
178 some<A>(this: AtomContext, atom: Atom<Option.Option<A>>): Effect.Effect<A>
179 someOnce<A>(this: AtomContext, atom: Atom<Option.Option<A>>): Effect.Effect<A>
180 stream<A>(this: AtomContext, atom: Atom<A>, options?: {
181 readonly withoutInitialValue?: boolean

Callers 15

Runtime.test.tsFile · 0.80
parseOpenApiFunction · 0.80
buildSecurityRenderModelFunction · 0.80
jsdocs.test.tsFile · 0.80
createJSDocFileMatcherFunction · 0.80
parseLooseJSDocBlockFunction · 0.80
hasWhenToUsePrefixFunction · 0.80
hasInlineLinkFunction · 0.80
symbolHasPublicJSDocFunction · 0.80

Calls

no outgoing calls

Tested by 9

makeRunnerLayerFunction · 0.64
makeClientLayerFunction · 0.64
makeRunnerLayerFunction · 0.64
makeClientLayerFunction · 0.64
fFunction · 0.64
assertTypedFailureFunction · 0.64
findFrequencyValueFunction · 0.64
makeAssertsFunction · 0.64