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

Method enqueue

cache/base.js:56–58  ·  view source on GitHub ↗

* @param {!string} key * @param {!string} value * @param {!number=} priority * @return {!Promise}

(key, value, priority)

Source from the content-addressed store, hash-verified

54 * @return {!Promise}
55 */
56 enqueue(key, value, priority) {
57 throw new Error('Enqueue is not overridden!');
58 }
59
60 /**
61 * @param {!string} key

Callers 3

pushMethod · 0.45
redis.test.jsFile · 0.45
testSuiteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected