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

Method put

src/renderer/src/persistence/interfaces/base.ts:34–34  ·  view source on GitHub ↗
(item: T)

Source from the content-addressed store, hash-verified

32 getAll(): Promise<T[]>
33 getById(id: TKey): Promise<T | undefined>
34 put(item: T): Promise<void>
35 putBatch(items: T[]): Promise<void>
36 delete(id: TKey): Promise<void>
37 deleteBatch(ids: TKey[]): Promise<void>

Callers 12

accountStore.tsFile · 0.65
getSettingsQueueFunction · 0.65
getLayoutQueueFunction · 0.65
getTabsQueueFunction · 0.65
getPageFileQueueFunction · 0.65
workspaceStore.tsFile · 0.65
putBatchFunction · 0.65
putBatchFunction · 0.65
initDefaultWorkspaceFunction · 0.65
initCustomWorkspaceFunction · 0.65
repairWorkspacePathFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected