Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bee-queue/bee-queue
/ createJob
Method
createJob
lib/queue.js:456–458 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
454
}
455
456
createJob(data) {
457
return
new
Job(this, null, data);
458
}
459
460
getJob(jobId, cb) {
461
const
promise = this._commandable()
Callers
8
harness.js
File · 0.80
queue-test.js
File · 0.80
delay-test.js
File · 0.80
makeJob
Function · 0.80
job-test.js
File · 0.80
sendPing
Function · 0.80
pong.js
File · 0.80
web.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected