MCPcopy Create free account
hub / github.com/Snapchat/Valdi / errorFromBoostError

Function errorFromBoostError

valdi/src/valdi/runtime/Debugger/BoostAsioUtils.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace Valdi {
27
28Error errorFromBoostError(const boost::system::error_code& ec) {
29 return Error(StringCache::getGlobal().makeString(ec.message()));
30}
31
32std::vector<std::string> getAllAvailableAddresses(boost::asio::io_service& /*ioService*/) {
33 std::vector<std::string> allAddresses;

Callers 5

startMethod · 0.85
lockFreeDoSendMethod · 0.85
resolveAddressMethod · 0.85
doReadMethod · 0.85
connectMethod · 0.85

Calls 4

getGlobalFunction · 0.85
makeStringMethod · 0.80
messageMethod · 0.80
ErrorInterface · 0.50

Tested by

no test coverage detected