MCPcopy 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

1module.exports = (req, res) => {
2 const date = new Date().toString();
3 res.status(200).send(date);
4};

Callers

nothing calls this directly

Calls 3

statusMethod · 0.80
toStringMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected