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

Method get

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

Source from the content-addressed store, hash-verified

160export interface AtomContext {
161 <A>(atom: Atom<A>): A
162 get<A>(this: AtomContext, atom: Atom<A>): A
163 result<A, E>(this: AtomContext, atom: Atom<AsyncResult.AsyncResult<A, E>>, options?: {
164 readonly suspendOnWaiting?: boolean | undefined
165 }): Effect.Effect<A, E>

Callers 15

parseValueMethod · 0.65
parseInlineValueMethod · 0.65
executeMiddlewareFunction · 0.65
addResponseAlternativeFunction · 0.65
layerFunction · 0.65
decodePayloadFunction · 0.65
handlerToHttpEffectFunction · 0.65
makeSecurityMiddlewareFunction · 0.65
toResponseSchemaFunction · 0.65
fromApiWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected