Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ make_nodejs_error
Function
make_nodejs_error
test/bench/parser/nodejs_parser.hpp:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
template<class = void>
75
boost::system::error_code
76
make_nodejs_error(int http_errno)
77
{
78
static nodejs_message_category const mc{};
79
return boost::system::error_code{http_errno, mc};
80
}
81
82
inline
83
char const*
Callers
2
write
Method · 0.85
write_eof
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected