MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / set

Method set

packages/@stdlib/data/src/data-abstraction.ts:28–28  ·  view source on GitHub ↗
(key: string, value: any, hit?: boolean)

Source from the content-addressed store, hash-verified

26
27 get(key: string, hit?: boolean): any;
28 set(key: string, value: any, hit?: boolean): void;
29
30 del(key: string): void;
31}

Callers 15

constructorMethod · 0.65
_hmgetLocalMethod · 0.65
_hmsetLocalMethod · 0.65
_hmsetDatabaseMethod · 0.65
addUpdateListenerMethod · 0.65
concatUint8ArraysFunction · 0.65
getClientRectAsyncFunction · 0.65
observeResizeFunction · 0.65
nanoid.tsFile · 0.65
setFunction · 0.65
getModuleInfoFunction · 0.65
createSmartComputedFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected