MCPcopy Create free account
hub / github.com/experdot/pointer / delete

Method delete

src/renderer/src/persistence/interfaces/base.ts:36–36  ·  view source on GitHub ↗
(id: TKey)

Source from the content-addressed store, hash-verified

34 put(item: T): Promise<void>
35 putBatch(items: T[]): Promise<void>
36 delete(id: TKey): Promise<void>
37 deleteBatch(ids: TKey[]): Promise<void>
38 clear(): Promise<void>
39}

Callers 8

findPageFileFunction · 0.65
invalidatePageCacheFunction · 0.65
deleteFunction · 0.65
deleteBatchFunction · 0.65
deleteWithMessagesFunction · 0.65
acquireWriteLockFunction · 0.65
trackMethod · 0.65
deleteFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected