MCPcopy
hub / github.com/codeaashu/claude-code / setRemoteIngressUrlForTesting

Function setRemoteIngressUrlForTesting

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

Source from the content-addressed store, hash-verified

524 * This simulates what hydrateRemoteSession does in production.
525 */
526export function setRemoteIngressUrlForTesting(url: string): void {
527 getProject().setRemoteIngressUrl(url)
528}
529
530const REMOTE_FLUSH_INTERVAL_MS = 10
531

Callers

nothing calls this directly

Calls 2

getProjectFunction · 0.85
setRemoteIngressUrlMethod · 0.80

Tested by

no test coverage detected