MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getDirectConnectServerUrl

Function getDirectConnectServerUrl

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

Source from the content-addressed store, hash-verified

527}
528
529export function getDirectConnectServerUrl(): string | undefined {
530 return STATE.directConnectServerUrl
531}
532
533export function setDirectConnectServerUrl(url: string): void {
534 STATE.directConnectServerUrl = url

Callers 1

getLogoDisplayDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected