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

Method get

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

Source from the content-addressed store, hash-verified

59 */
60export interface IKeyedRepository<T, TKey = string> {
61 get(key: TKey): Promise<T | undefined>
62 put(key: TKey, value: T): Promise<void>
63 delete(key: TKey): Promise<void>
64 getAll(): Promise<T[]>

Callers 11

buildFolderPathFunction · 0.65
getWorkspaceCacheFunction · 0.65
findPageFileFunction · 0.65
acquireWriteLockFunction · 0.65
hasLockFunction · 0.65
getFunction · 0.65
trackMethod · 0.65
waitMethod · 0.65
accountMethod · 0.65
workspaceMethod · 0.65
calculateMessageLayerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected