Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
Hydro from
'../lib/hydro.js'
2
3
export
default
function
reqUtils(req, res, next) {
4
req.hydro =
new
Hydro()
5
return
next()
6
}
Callers
nothing calls this directly
Calls
1
next
Function · 0.50
Tested by
no test coverage detected