MCPcopy Index your code
hub / github.com/MrgSub/opencode-debug / buildDebugUrl

Function buildDebugUrl

src/index.ts:190–192  ·  view source on GitHub ↗
(baseUrl: string)

Source from the content-addressed store, hash-verified

188}
189
190function buildDebugUrl(baseUrl: string): string {
191 return `${baseUrl}${config.endpoint}`;
192}
193
194let server: ReturnType<typeof Bun.serve> | null = null;
195let tunnel: { url: string; close: () => Promise<void> } | null = null;

Callers 1

executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected