MCPcopy
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

runFunction · 0.80
unsafeReadableReadFunction · 0.80
constructorMethod · 0.80
handleResponseFunction · 0.80
runRawFunction · 0.80
streamEffectFunction · 0.80
resetFunction · 0.80
PoolImplClass · 0.80
startFunction · 0.80
nextFunction · 0.80
PersistedQueue.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected