MCPcopy Index your code
hub / github.com/ampproject/amphtml / remove

Method remove

src/service/storage-impl.js:105–107  ·  view source on GitHub ↗

* Removes the specified property. Returns the promise that's resolved when * the operation completes. * @param {string} name * @return {!Promise}

(name)

Source from the content-addressed store, hash-verified

103 * @return {!Promise}
104 */
105 remove(name) {
106 return this.saveStore_((store) => store.remove(name));
107 }
108
109 /**
110 * Returns if this.binding is an instance of ViewerStorageBinding

Callers

nothing calls this directly

Calls 2

saveStore_Method · 0.95
removeMethod · 0.45

Tested by

no test coverage detected