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

Method fetchChannelHistory

desktop/src/shared/api/relayClientSession.ts:157–159  ·  view source on GitHub ↗
(channelId: string, limit = 50)

Source from the content-addressed store, hash-verified

155 }
156
157 async fetchChannelHistory(channelId: string, limit = 50) {
158 return this.fetchHistory(buildChannelHistoryFilter(channelId, limit));
159 }
160
161 async fetchChannelHistoryBefore(
162 channelId: string,

Callers

nothing calls this directly

Calls 2

fetchHistoryMethod · 0.95

Tested by

no test coverage detected