Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ date.js
File
date.js
packages/cli/test/dev/fixtures/02-angular-node/api/date.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module.exports = (req, res) => {
2
const
date =
new
Date().toString();
3
res.status(200).send(date);
4
};
Callers
nothing calls this directly
Calls
3
status
Method · 0.80
toString
Method · 0.45
send
Method · 0.45
Tested by
no test coverage detected