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

Method get

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

Source from the content-addressed store, hash-verified

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

Callers 15

_hmgetLocalMethod · 0.65
_hmgetDatabaseMethod · 0.65
insertMethod · 0.65
patchMethod · 0.65
deleteMethod · 0.65
removeUpdateListenerMethod · 0.65
client-rect.tsFile · 0.65
getClientRectAsyncFunction · 0.65
resize-observer.tsFile · 0.65
observeResizeFunction · 0.65
unobserveResizeFunction · 0.65
nanoidToBytesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected