MCPcopy Index your code
hub / github.com/ClearURLs/Addon / getData

Function getData

core_js/storage.js:132–134  ·  view source on GitHub ↗

* Return the value under the key. * @param {String} key * @return {Object}

(key)

Source from the content-addressed store, hash-verified

130 * @return {Object}
131 */
132function getData(key) {
133 return storage[key];
134}
135
136/**
137 * Return the entire storage object.

Callers 1

startFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected