MCPcopy Create free account
hub / github.com/github/docs / reqUtils

Function reqUtils

middleware/req-utils.js:3–6  ·  view source on GitHub ↗
(req, res, next)

Source from the content-addressed store, hash-verified

1import Hydro from '../lib/hydro.js'
2
3export default function reqUtils(req, res, next) {
4 req.hydro = new Hydro()
5 return next()
6}

Callers

nothing calls this directly

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected