MCPcopy
hub / github.com/fastify/fastify / getGenReqId

Function getGenReqId

lib/req-id-gen-factory.js:24–26  ·  view source on GitHub ↗
(contextServer, req)

Source from the content-addressed store, hash-verified

22}
23
24function getGenReqId (contextServer, req) {
25 return contextServer.genReqId(req)
26}
27
28function buildDefaultGenReqId () {
29 // 2,147,483,647 (2^31 − 1) stands for max SMI value (an internal optimization of V8).

Callers 6

onBadUrlFunction · 0.85
onMaxParamLengthFunction · 0.85
createRouteEventHandlerFunction · 0.85
fourOhFourFallBackFunction · 0.85
routeHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected