MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / setRemoteIngressUrl

Method setRemoteIngressUrl

src/utils/sessionStorage.ts:1382–1389  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

1380 }
1381
1382 setRemoteIngressUrl(url: string): void {
1383 this.remoteIngressUrl = url
1384 logForDebugging(`Remote persistence enabled with URL: ${url}`)
1385 if (url) {
1386 // If using CCR, don't delay messages by any more than 10ms.
1387 this.FLUSH_INTERVAL_MS = REMOTE_FLUSH_INTERVAL_MS
1388 }
1389 }
1390
1391 setInternalEventWriter(writer: InternalEventWriter): void {
1392 this.internalEventWriter = writer

Callers 2

hydrateRemoteSessionFunction · 0.80

Calls 1

logForDebuggingFunction · 0.70

Tested by

no test coverage detected