Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.65
_hmgetLocal
Method · 0.65
_hmsetLocal
Method · 0.65
_hmsetDatabase
Method · 0.65
addUpdateListener
Method · 0.65
concatUint8Arrays
Function · 0.65
getClientRectAsync
Function · 0.65
observeResize
Function · 0.65
nanoid.ts
File · 0.65
set
Function · 0.65
getModuleInfo
Function · 0.65
createSmartComputed
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected