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

Method hasLiveSubscriptions

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

Source from the content-addressed store, hash-verified

875 }
876
877 private hasLiveSubscriptions() {
878 for (const subscription of this.subscriptions.values()) {
879 if (subscription.mode === "live") {
880 return true;
881 }
882 }
883
884 return false;
885 }
886
887 private async replayLiveSubscriptions() {
888 try {

Callers 1

scheduleReconnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected