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

Function isEphemeralEvent

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

Source from the content-addressed store, hash-verified

193}
194
195export const isEphemeralEvent = (event: Event): boolean => {
196 return event.kind >= EventKinds.EPHEMERAL_FIRST && event.kind <= EventKinds.EPHEMERAL_LAST
197}
198
199export const isParameterizedReplaceableEvent = (event: Event): boolean => {
200 return (

Callers 3

event.spec.tsFile · 0.90
eventStrategyFactoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected