Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expressjs/body-parser
/ createParserGetter
Function
createParserGetter
index.js:120–124 ·
view source on GitHub ↗
* Create a getter for loading a parser. * @private
(name)
Source
from the content-addressed store, hash-verified
118
*/
119
120
function
createParserGetter (name) {
121
return
function
get () {
122
return
loadParser(name)
123
}
124
}
125
126
/**
127
* Load a parser module.
Callers
1
index.js
File · 0.85
Calls
1
loadParser
Function · 0.85
Tested by
no test coverage detected