MCPcopy Create free account
hub / github.com/cinder/Cinder / make_error_code

Function make_error_code

include/asio/error.hpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299namespace error {
300
301inline asio::error_code make_error_code(basic_errors e)
302{
303 return asio::error_code(
304 static_cast<int>(e), get_system_category());
305}
306
307inline asio::error_code make_error_code(netdb_errors e)
308{

Callers 15

error_codeMethod · 0.70
appendUTF8Function · 0.50
fromUtf8Function · 0.50
toUtf8Function · 0.50
create_symlinkFunction · 0.50
pathMethod · 0.50
canonicalFunction · 0.50
copyFunction · 0.50
copy_fileFunction · 0.50
create_directoriesFunction · 0.50
hard_link_countFunction · 0.50

Calls 1

error_codeClass · 0.85

Tested by

no test coverage detected