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

Function error_code_category

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

Source from the content-addressed store, hash-verified

150}
151
152category_holder error_code_category(boost::system::error_code const& me)
153{
154 return category_holder(me.category());
155}
156
157#define WRAP_CAT(name) \
158 category_holder wrap_ ##name## _category() { return category_holder(name## _category()); }

Callers

nothing calls this directly

Calls 2

category_holderClass · 0.85
categoryMethod · 0.80

Tested by

no test coverage detected