MCPcopy 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
74template<class = void>
75boost::system::error_code
76make_nodejs_error(int http_errno)
77{
78 static nodejs_message_category const mc{};
79 return boost::system::error_code{http_errno, mc};
80}
81
82inline
83char const*

Callers 2

writeMethod · 0.85
write_eofMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected