Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
remove
Method · 0.45
returnFrom
Method · 0.45
resetScroll
Method · 0.45
resetScroll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected