MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / getAppDataSlot

Function getAppDataSlot

src/controller/sub.controller.js:132–136  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

130}
131
132export function getAppDataSlot(key) {
133 const value = appDataSlot.get(key);
134 appDataSlot.delete(key);
135 return value;
136}
137
138function destroyNodes(subControllers) {
139 postToNodes(subControllers, 'destroy');

Callers 4

constructorMethod · 0.90
componentDidMountFunction · 0.85
componentDidMountMethod · 0.85
componentDidMountFunction · 0.85

Calls 2

getMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected