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

Function getProxyPort

src/proxy.ts:628–630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626 * Port is validated at module load time, this just returns the cached value.
627 */
628export function getProxyPort(): number {
629 return PROXY_PORT;
630}
631
632/**
633 * Check if a proxy is already running on the given port.

Callers 13

proxy-reuse.tsFile · 0.85
collectNetworkInfoFunction · 0.85
modelsFunction · 0.85
injectModelsConfigFunction · 0.85
startProxyAfterPortProbeFunction · 0.85
registerFunction · 0.85
getProxyBaseUrlFunction · 0.85
startProxyFunction · 0.85
printHelpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected