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

Method name

bindings/python/src/error_code.cpp:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127{
128 category_holder(boost::system::error_category const& cat) : m_cat(&cat) {}
129 char const* name() const { return m_cat->name(); }
130 std::string message(int const v) const { return m_cat->message(v); }
131
132 friend bool operator==(category_holder const lhs, category_holder const rhs)

Callers 4

add_torrentFunction · 0.45
test_error_codeMethod · 0.45
getstateMethod · 0.45
trackersFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_error_codeMethod · 0.36