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

Method removeItem

modules/core/StorageSystem.js:121–123  ·  view source on GitHub ↗

* removeItem * @param k String key to remove from storage

(k)

Source from the content-addressed store, hash-verified

119 * @param k String key to remove from storage
120 */
121 removeItem(k) {
122 this._storage.removeItem(k);
123 }
124
125
126 /**

Callers 7

clearBackupMethod · 0.45
initChangesetFunction · 0.45
changeTagsFunction · 0.45
findHashtagsFunction · 0.45
updateChangesetFunction · 0.45
uiWhatsNewFunction · 0.45
updateFeatureFlagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected