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

Method set

cache/base.js:46–48  ·  view source on GitHub ↗

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

(key, value)

Source from the content-addressed store, hash-verified

44 * @return {!Promise}
45 */
46 set(key, value) {
47 throw new Error('Set is not overridden!');
48 }
49
50 /**
51 * @param {!string} key

Callers 11

_getSitemapXmlMethod · 0.45
_getRobotMethod · 0.45
_markRequestedMethod · 0.45
tracePublicAPIMethod · 0.45
redis.test.jsFile · 0.45
testSuiteMethod · 0.45
setAuthMethod · 0.45
setCSPMethod · 0.45
setContentMethod · 0.45
setResponseDelayMethod · 0.45
setRedirectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected