Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/creationix/http-parser-js
/ parseErrorCode
Function
parseErrorCode
http-parser.js:410–414 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
408
});
409
410
function
parseErrorCode(code) {
411
var
err =
new
Error(
'Parse Error'
);
412
err.code = code;
413
return
err;
414
}
Callers
1
http-parser.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…