Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bee-queue/bee-queue
/ web.js
File
web.js
examples/express/web.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
logger = require(
'morgan'
);
2
const
express = require(
'express'
);
3
const
app = express();
4
app.use(logger(
'dev'
));
Callers
nothing calls this directly
Calls
3
createJob
Method · 0.80
on
Method · 0.80
save
Method · 0.65
Tested by
no test coverage detected