MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / stopAll

Function stopAll

src/tools/browser/process-registry.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174export async function stopAll(): Promise<void> {
175 await Promise.all(Array.from(processes.keys()).map(name => stop(name)));
176}
177
178export function tailLog(name: string, source: 'stdout' | 'stderr' | 'combined' = 'combined', maxBytes = 4000): string {
179 const proc = processes.get(name);

Callers

nothing calls this directly

Calls 1

stopFunction · 0.70

Tested by

no test coverage detected