MCPcopy 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
33export const classLogger: Logger = mainLogger.sub('DataAbstraction');

Callers 4

getAllPageUpdatesFunction · 0.80
moveStep2Function · 0.80
delete_Function · 0.80
deleteUserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected