Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ unsafeClose
Method
unsafeClose
packages/effect/src/internal/effect/circular.ts:192–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
})
191
})
192
unsafeClose() {
193
this.isOpen = false
194
}
195
close = core.sync(() => {
196
this.isOpen = false
197
})
Callers
15
SqlPersistedQueue.ts
File · 0.80
run
Function · 0.80
unsafeReadableRead
Function · 0.80
constructor
Method · 0.80
handleResponse
Function · 0.80
runRaw
Function · 0.80
streamEffect
Function · 0.80
reset
Function · 0.80
PoolImpl
Class · 0.80
start
Function · 0.80
next
Function · 0.80
PersistedQueue.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected