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

Method remove

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

* @param {string} name

(name)

Source from the content-addressed store, hash-verified

279 * @param {string} name
280 */
281 remove(name) {
282 // The structure is {key: {v: *, t: time}}
283 delete this.values_[name];
284 }
285}
286
287/**

Callers 5

handleToggleTheme_Method · 0.45
removeMethod · 0.45
returnFromMethod · 0.45
resetScrollMethod · 0.45
resetScrollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected