Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expressjs/body-parser
/ parse
Function
parse
lib/types/text.js:53–55 ·
view source on GitHub ↗
(buf)
Source
from the content-addressed store, hash-verified
51
:
type
52
53
function
parse (buf) {
54
return
buf
55
}
56
57
return
function
textParser (req, res, next) {
58
if
(req._body) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected