MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / getTestProxyUrl

Function getTestProxyUrl

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

Source from the content-addressed store, hash-verified

71 * Throws if the proxy has not been started.
72 */
73export function getTestProxyUrl(): string {
74 if (!proxyHandle) throw new Error("Test proxy not started — call startTestProxy() first");
75 return proxyHandle.baseUrl;
76}

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected