Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yujiosaka/headless-chrome-crawler
/ remove
Method
remove
cache/base.js:80–82 ·
view source on GitHub ↗
* @param {!string} key * @return {!Promise}
(key)
Source
from the content-addressed store, hash-verified
78
* @
return
{!Promise}
79
*/
80
remove(key) {
81
throw
new
Error(
'Remove is not overridden!'
);
82
}
83
}
84
85
module.exports = BaseCache;
Callers
1
testSuite
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected