MCPcopy Create free account
hub / github.com/Noumena-Network/code / setRemoteIngressUrlForTesting

Function setRemoteIngressUrlForTesting

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

Source from the content-addressed store, hash-verified

560 * This simulates what hydrateRemoteSession does in production.
561 */
562export function setRemoteIngressUrlForTesting(url: string): void {
563 getProject().setRemoteIngressUrl(url)
564}
565
566const REMOTE_FLUSH_INTERVAL_MS = 50
567

Callers

nothing calls this directly

Calls 2

getProjectFunction · 0.85
setRemoteIngressUrlMethod · 0.80

Tested by

no test coverage detected