MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / stop

Function stop

apps/local/src/serve.ts:480–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478 port: server.port!,
479 authToken,
480 async stop() {
481 if (stopped) return;
482 stopped = true;
483 server.stop(true);
484 await disposeOwnedResources();
485 },
486 };
487 } catch (cause) {
488 await ignoreCleanupFailure(disposeOwnedResources);

Callers

nothing calls this directly

Calls 1

disposeOwnedResourcesFunction · 0.85

Tested by

no test coverage detected