Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
const
timerResult = (req) => {
14
return
{
15
authenticationTime: req.endTime - req.startTime,
16
}
17
}
Callers
2
handler
Function · 0.90
handler
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected