MCPcopy Create free account
hub / github.com/block/buzz / resolveReady

Method resolveReady

desktop/src/shared/api/relayClientSession.ts:557–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

555
556 const subId = `live-${crypto.randomUUID()}`;
557 let resolveReady = () => {
558 return;
559 };
560 const ready = new Promise<void>((resolve) => {
561 resolveReady = () => {
562 window.clearTimeout(fallbackTimeout);

Callers 2

handleEoseMethod · 0.80
resetConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected