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

Function isWelcomeRumorEvent

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

Source from the content-addressed store, hash-verified

283// Marmot Protocol helpers
284
285export const isWelcomeRumorEvent = (event: Event): boolean => {
286 return event.kind === EventKinds.MARMOT_WELCOME_RUMOR
287}
288
289export const isMarmotGroupEvent = (event: Event): boolean => {
290 return event.kind === EventKinds.MARMOT_GROUP_EVENT

Callers 2

event.spec.tsFile · 0.90
isEventValidMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected