MCPcopy
hub / github.com/fastify/fastify / buildRequest

Function buildRequest

lib/request.js:62–68  ·  view source on GitHub ↗
(R, trustProxy)

Source from the content-addressed store, hash-verified

60}
61
62function buildRequest (R, trustProxy) {
63 if (trustProxy) {
64 return buildRequestWithTrustProxy(R, trustProxy)
65 }
66
67 return buildRegularRequest(R)
68}
69
70function buildRegularRequest (R) {
71 const props = R.props.slice()

Callers 1

Calls 2

buildRegularRequestFunction · 0.85

Tested by

no test coverage detected