MCPcopy Index your code
hub / github.com/cameri/nostream / isMarmotGroupEvent

Function isMarmotGroupEvent

src/utils/event.ts:289–291  ·  view source on GitHub ↗
(event: Event)

Source from the content-addressed store, hash-verified

287}
288
289export const isMarmotGroupEvent = (event: Event): boolean => {
290 return event.kind === EventKinds.MARMOT_GROUP_EVENT
291}
292
293// NIP-70: Protected Events
294

Callers 2

event.spec.tsFile · 0.90
eventStrategyFactoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected