Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bee-queue/bee-queue
/ sendPing
Function
sendPing
examples/pingpong/ping.js:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
});
9
10
const
sendPing =
function
() {
11
pingQueue.createJob().save(
function
() {
12
console.log(
'Ping sent ping'
);
13
});
14
};
15
16
sendPing();
17
setTimeout(sendPing, 2000);
Callers
1
ping.js
File · 0.85
Calls
2
createJob
Method · 0.80
save
Method · 0.65
Tested by
no test coverage detected