MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / store

Method store

src/platform/common/application/types.ts:277–277  ·  view source on GitHub ↗
(service: string, key: string, value: string | undefined)

Source from the content-addressed store, hash-verified

275export const IEncryptedStorage = Symbol('IEncryptedStorage');
276export interface IEncryptedStorage {
277 store(service: string, key: string, value: string | undefined): Promise<void>;
278 retrieve(service: string, key: string): Promise<string | undefined>;
279}

Callers 15

deleteMethod · 0.65
saveMethod · 0.65
ensureCacheLoadedMethod · 0.65
updateIndexMethod · 0.65
addMethod · 0.65
removeMethod · 0.65
clearMethod · 0.65

Implementers 1

EncryptedStoragesrc/platform/common/application/encryp

Calls

no outgoing calls

Tested by

no test coverage detected