MCPcopy
hub / github.com/gruns/ImmortalDB / set

Method set

immortal-db.d.ts:15–15  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

13export interface Store {
14 get(key: string): Promise<string | undefined>;
15 set(key: string, value: string): Promise<void>;
16 remove(key: string): Promise<void>;
17}
18

Callers 5

countUniquesFunction · 0.65
setMethod · 0.65
setMethod · 0.65
test.jsFile · 0.65
iframe.jsFile · 0.65

Implementers 7

CookieStoreimmortal-db.d.ts
IndexedDbStoreimmortal-db.d.ts
StorageApiWrapperimmortal-db.d.ts
ImmortalStoragesrc/index.js
CookieStoresrc/cookie-store.js
StorageApiWrappersrc/web-storage.js
IndexedDbStoresrc/indexed-db.js

Calls

no outgoing calls

Tested by

no test coverage detected