MCPcopy Create free account
hub / github.com/facebook/Rapid / getItem

Method getItem

modules/core/StorageSystem.js:95–97  ·  view source on GitHub ↗

* getItem * @param k String key to get the value for * @return The stored value, or `null` if not found

(k)

Source from the content-addressed store, hash-verified

93 * @return The stored value, or `null` if not found
94 */
95 getItem(k) {
96 return this._storage.getItem(k);
97 }
98
99
100 /**

Callers 15

getRecentsMethod · 0.45
restoreBackupMethod · 0.45
_initImageryIndexMethod · 0.45
chooseDefaultSourceMethod · 0.45
initAsyncMethod · 0.45
hasItemMethod · 0.45
startAsyncMethod · 0.45
startAsyncMethod · 0.45
initAsyncMethod · 0.45
updateMethod · 0.45
_wheelMethod · 0.45
validationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected