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

Function stop

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

disposeOwnedResourcesFunction · 0.85

Tested by

no test coverage detected