MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getDirectConnectServerUrl

Function getDirectConnectServerUrl

src/bootstrap/state.ts:535–537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533}
534
535export function getDirectConnectServerUrl(): string | undefined {
536 return STATE.directConnectServerUrl
537}
538
539export function setDirectConnectServerUrl(url: string): void {
540 STATE.directConnectServerUrl = url

Callers 1

getLogoDisplayDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected