MCPcopy 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.tsxFile · 0.50
withHandlerFunction · 0.50
withHandlerFunction · 0.50
withHandlerFunction · 0.50
withStaticFilesFunction · 0.50
HttpApi.test.tsFile · 0.50
McpHttpHarness.tsFile · 0.50

Calls

no outgoing calls

Tested by 4

withHandlerFunction · 0.40
withHandlerFunction · 0.40
withHandlerFunction · 0.40
withStaticFilesFunction · 0.40