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

Method set

packages/effect/src/unstable/reactivity/Atom.ts:176–176  ·  view source on GitHub ↗
(this: AtomContext, atom: Writable<R, W>, value: W)

Source from the content-addressed store, hash-verified

174 self<A>(this: AtomContext): Option.Option<A>
175 setSelf<A>(this: AtomContext, a: A): void
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>

Callers 15

loadExamplesFunction · 0.65
resolvedIdFunction · 0.65
collectorIdFunction · 0.65
snippetIdFunction · 0.65
parseOpenApiFunction · 0.65
addFunction · 0.65
visitFunction · 0.65
groupOperationsFunction · 0.65
buildSecurityRenderModelFunction · 0.65

Calls

no outgoing calls

Tested by 12

execMethod · 0.52
suiteFunction · 0.52
SetToFunction · 0.52
IncrementOnceFunction · 0.52
addEventListenerFunction · 0.52
addEventListenerFunction · 0.52
incrementFunction · 0.52
makeScopedTestCacheFunction · 0.52
parseTerrainFunction · 0.52
makeTestCacheFunction · 0.52
testLayerFunction · 0.52
emitFocusFunction · 0.52