MCPcopy Create free account
hub / github.com/MirrowApp/mirrow / stop

Function stop

packages/cli/src/runner.ts:385–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383): Promise<void> {
384 await new Promise<void>((resolve, reject) => {
385 const stop = () => {
386 watcher.close().then(resolve).catch(reject);
387 };
388
389 if (signal.aborted) {
390 stop();

Callers 1

waitForAbortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected