MCPcopy Index your code
hub / github.com/bee-queue/bee-queue / toKey

Method toKey

lib/queue.js:890–892  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

888 }
889
890 toKey(str) {
891 return this.settings.keyPrefix + str;
892 }
893
894 /**
895 * Evaluate the named script on the given commandable object, which might be a

Callers 15

getEventPromiseMethod · 0.95
_onMessageMethod · 0.95
destroyMethod · 0.95
checkHealthMethod · 0.95
_addJobsByIdsMethod · 0.95
getJobsMethod · 0.95
removeJobMethod · 0.95
_waitForJobMethod · 0.95
_preventStallMethod · 0.95
_finishJobMethod · 0.95
_doStalledJobCheckMethod · 0.95
_activateDelayedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected