MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / dispose

Function dispose

framework/framework/server.ts:50–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 const scope = ctx.plugin(() => { });
49 await scope;
50 const dispose = () => scope.dispose();
51 return {
52 scope,
53 ctx: scope.ctx,

Callers 4

ProblemConfigFunction · 0.85
disposeAllMethod · 0.85
applyFunction · 0.85
registerMethod · 0.85

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected