Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
restore_
Method · 0.80
store_
Method · 0.80
test-history.js
File · 0.80
setStorage
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected