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

Function getEventTargets

desktop/src/testing/e2eBridge.ts:3739–3743  ·  view source on GitHub ↗
(event: RelayEvent)

Source from the content-addressed store, hash-verified

3737}
3738
3739function getEventTargets(event: RelayEvent) {
3740 return event.tags.flatMap((tag) =>
3741 tag[0] === "e" && typeof tag[1] === "string" ? [tag[1]] : [],
3742 );
3743}
3744
3745function buildMockChannelWindowAux(
3746 events: RelayEvent[],

Callers 1

collectHopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected