MCPcopy
hub / github.com/fastify/fastify / get

Function get

lib/request.js:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 Object.defineProperties(_Request.prototype, {
109 ip: {
110 get () {
111 const addrs = proxyAddr.all(this.raw, proxyFn)
112 return addrs[addrs.length - 1]
113 }
114 },
115 ips: {
116 get () {

Callers

nothing calls this directly

Calls 2

hasConstraintStrategyMethod · 0.80

Tested by

no test coverage detected