MCPcopy Create free account
hub / github.com/cameri/nostream / hasActiveRequestToVanish

Method hasActiveRequestToVanish

src/@types/repositories.ts:39–39  ·  view source on GitHub ↗
(pubkey: Pubkey)

Source from the content-addressed store, hash-verified

37 deleteByPubkeyAndIds(pubkey: Pubkey, ids: EventId[]): Promise<number>
38 deleteByPubkeyExceptKinds(pubkey: Pubkey, excludedKinds: number[]): Promise<number>
39 hasActiveRequestToVanish(pubkey: Pubkey): Promise<boolean>
40 deleteExpiredAndRetained(options?: EventRetentionOptions): Promise<EventPurgeCounts>
41}
42

Callers 1

isVanishedMethod · 0.65

Implementers 1

EventRepositorysrc/repositories/event-repository.ts

Calls

no outgoing calls

Tested by

no test coverage detected