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

Function endTimer

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

Source from the content-addressed store, hash-verified

7}
8
9export const endTimer = (req) => {
10 req.endTime = new Date().getTime()
11}
12
13export const timerResult = (req) => {
14 return {

Callers 2

handlerFunction · 0.90
handlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected