Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ dispose
Function
dispose
packages/effect/src/ManagedRuntime.ts:336–338 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
334
Promise.resolve(self.cachedContext)
335
},
336
dispose(): Promise<void> {
337
return
Effect.runPromise(self.disposeEffect)
338
},
339
[Symbol.asyncDispose](): Promise<void> {
340
return
self.dispose()
341
},
Callers
9
index.test.tsx
File · 0.50
withHandler
Function · 0.50
withHandler
Function · 0.50
HttpStaticServerConditional.test.ts
File · 0.50
withHandler
Function · 0.50
withStaticFiles
Function · 0.50
HttpApi.test.ts
File · 0.50
HttpCompression.test.ts
File · 0.50
McpHttpHarness.ts
File · 0.50
Calls
no outgoing calls
Tested by
4
withHandler
Function · 0.40
withHandler
Function · 0.40
withHandler
Function · 0.40
withStaticFiles
Function · 0.40