MCPcopy Create free account
hub / github.com/WJX20/claude-code / setRemoteIngressUrl

Method setRemoteIngressUrl

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

Source from the content-addressed store, hash-verified

1344 }
1345
1346 setRemoteIngressUrl(url: string): void {
1347 this.remoteIngressUrl = url
1348 logForDebugging(`Remote persistence enabled with URL: ${url}`)
1349 if (url) {
1350 // If using CCR, don't delay messages by any more than 10ms.
1351 this.FLUSH_INTERVAL_MS = REMOTE_FLUSH_INTERVAL_MS
1352 }
1353 }
1354
1355 setInternalEventWriter(writer: InternalEventWriter): void {
1356 this.internalEventWriter = writer

Callers 2

hydrateRemoteSessionFunction · 0.80

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected