MCPcopy Index your code
hub / github.com/Effect-TS/effect / get

Function get

packages/effect/src/internal/ref.ts:49–49  ·  view source on GitHub ↗
(self: Ref.Ref<A>)

Source from the content-addressed store, hash-verified

47
48/** @internal */
49export const get = <A>(self: Ref.Ref<A>) => self.get
50
51/** @internal */
52export const set = dual<

Callers 3

fiberRefs.tsFile · 0.70
getOrCreatePoolFunction · 0.70
trie.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected