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

Method fetchEvents

desktop/src/shared/api/relayClientSession.ts:197–199  ·  view source on GitHub ↗
(filter: RelaySubscriptionFilter)

Source from the content-addressed store, hash-verified

195 }
196
197 async fetchEvents(filter: RelaySubscriptionFilter): Promise<RelayEvent[]> {
198 return this.fetchHistory(filter);
199 }
200
201 private async fetchChunkedAuxEvents(
202 channelId: string,

Callers 15

fetchWorkspaceUnreadFunction · 0.45
fetchRemoteStarsMethod · 0.45
fetchRemoteMutesMethod · 0.45
fetchRemoteSectionsMethod · 0.45
useUnreadChannelsFunction · 0.45
fetchAndMergeMethod · 0.45
fetchProjectsFunction · 0.45
fetchProjectFunction · 0.45

Calls 1

fetchHistoryMethod · 0.95

Tested by

no test coverage detected