Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepNotesApp/DeepNotes
/ del
Method
del
packages/@stdlib/data/src/data-abstraction.ts:30–30 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
28
set(key: string, value: any, hit?: boolean): void;
29
30
del(key: string): void;
31
}
32
33
export
const
classLogger: Logger = mainLogger.sub(
'DataAbstraction'
);
Callers
4
getAllPageUpdates
Function · 0.80
moveStep2
Function · 0.80
delete_
Function · 0.80
deleteUser
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected