Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
class
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.ts
File · 0.80
FileSystem.test.ts
File · 0.80
make
Function · 0.80
platformLogger.ts
File · 0.80
make
Function · 0.80
STM.test.ts
File · 0.80
makeIndexedDb
Function · 0.80
make
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected