MCPcopy Create free account
hub / github.com/vercel/examples / timerResult

Function timerResult

edge-middleware/clerk-authentication/utils/timer.js:13–17  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

11}
12
13export const timerResult = (req) => {
14 return {
15 authenticationTime: req.endTime - req.startTime,
16 }
17}

Callers 2

handlerFunction · 0.90
handlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected