Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expressjs/body-parser
/ tryRequire
Function
tryRequire
test/urlencoded.js:824–830 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
822
}
823
824
function
tryRequire (name) {
825
try {
826
return
require(name)
827
} catch (e) {
828
return
{}
829
}
830
}
Callers
1
urlencoded.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected