MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / raise_system_error

Function raise_system_error

less_slow.cpp:6632–6635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6630}
6631
6632std::string raise_system_error(std::string const &message) {
6633 std::string error_message = message + ": " + std::strerror(errno) + " (" + std::to_string(errno) + ")";
6634 throw std::runtime_error(error_message);
6635}
6636
6637/**
6638 * @brief Fetches the public IP address of the default networking

Callers 10

rpc_server_socketFunction · 0.85
rpc_client_socketFunction · 0.85
rpc_libc_serverMethod · 0.85
rpc_libc_clientMethod · 0.85
rpc_uring55_serverMethod · 0.85
rpc_uring55_clientMethod · 0.85
operator()Method · 0.85
rpc_uring60_serverMethod · 0.85
rpc_uring60_clientMethod · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected