MCPcopy Create free account
hub / github.com/BlockRunAI/ClawRouter / stopTestProxy

Function stopTestProxy

test/integration/setup.ts:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * Stop the test proxy and clear the cached handle.
62 */
63export async function stopTestProxy(): Promise<void> {
64 if (!proxyHandle) return;
65 await proxyHandle.close();
66 proxyHandle = undefined;
67}
68
69/**
70 * Get the base URL of the running test proxy (e.g. http://127.0.0.1:8402).

Callers 3

full-flow.test.tsFile · 0.85
lifecycle.test.tsFile · 0.85

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected