MCPcopy Create free account
hub / github.com/arvidn/libtorrent / name

Method name

src/error_code.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 };
51
52 const char* libtorrent_error_category::name() const BOOST_SYSTEM_NOEXCEPT
53 {
54 return "libtorrent";
55 }
56
57 std::string libtorrent_error_category::message(int ev) const
58 {

Callers 1

print_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected