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

Function touchMockChannel

desktop/src/testing/e2eBridge.ts:947–949  ·  view source on GitHub ↗
(channel: MockChannel)

Source from the content-addressed store, hash-verified

945}
946
947function touchMockChannel(channel: MockChannel) {
948 channel.updated_at = new Date().toISOString();
949}
950
951function normalizeParticipantPubkeys(pubkeys: string[]) {
952 return [...new Set(pubkeys.map((pubkey) => pubkey.toLowerCase()))].sort();

Callers 11

resetMockManagedAgentsFunction · 0.85
recordMockMessageFunction · 0.85
handleUpdateChannelFunction · 0.85
handleSetChannelTopicFunction · 0.85
handleSetChannelPurposeFunction · 0.85
handleArchiveChannelFunction · 0.85
handleUnarchiveChannelFunction · 0.85
handleAddChannelMembersFunction · 0.85
handleJoinChannelFunction · 0.85
handleLeaveChannelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected