Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findPageFile
Function · 0.65
invalidatePageCache
Function · 0.65
delete
Function · 0.65
deleteBatch
Function · 0.65
deleteWithMessages
Function · 0.65
acquireWriteLock
Function · 0.65
track
Method · 0.65
deleteFile
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected