MCPcopy
hub / github.com/Effect-TS/effect / open

Method open

packages/effect/test/STM.test.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44class UnpureBarrier {
45 #isOpen = false
46 open(): void {
47 this.#isOpen = true
48 }
49 await(): Effect.Effect<unknown> {
50 return Effect.async((cb) => {
51 const check = () => {

Callers 8

httpClient.tsFile · 0.80
FileSystem.test.tsFile · 0.80
makeFunction · 0.80
platformLogger.tsFile · 0.80
makeFunction · 0.80
STM.test.tsFile · 0.80
makeIndexedDbFunction · 0.80
makeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected