Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
export
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.ts
File · 0.90
eventStrategyFactory
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected