MCPcopy
hub / github.com/ampproject/amphtml / removeItem

Method removeItem

testing/fake-dom.js:663–665  ·  view source on GitHub ↗

* @param {string} name

(name)

Source from the content-addressed store, hash-verified

661 * @param {string} name
662 */
663 removeItem(name) {
664 delete this.values[name];
665 }
666
667 clear() {
668 Object.keys(this.values).forEach((name) => {

Callers 6

test-cid.jsFile · 0.80
restore_Method · 0.80
store_Method · 0.80
test-history.jsFile · 0.80
setStorageMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected