MCPcopy
hub / github.com/yujiosaka/headless-chrome-crawler / get

Method get

cache/base.js:37–39  ·  view source on GitHub ↗

* @param {!string} key * @return {!Promise}

(key)

Source from the content-addressed store, hash-verified

35 * @return {!Promise}
36 */
37 get(key) {
38 throw new Error('Get is not overridden!');
39 }
40
41 /**
42 * @param {!string} key

Callers 7

_getSitemapXmlMethod · 0.45
_getRobotMethod · 0.45
_checkRequestedMethod · 0.45
tracePublicAPIMethod · 0.45
redis.test.jsFile · 0.45
testSuiteMethod · 0.45
_onRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected