MCPcopy Create free account
hub / github.com/boostorg/leaf / current_error

Function current_error

include/boost/leaf/error.hpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814inline error_id current_error() noexcept
815{
816 return detail::make_error_id(detail::current_id());
817}
818
819////////////////////////////////////////
820

Callers 5

unpack_error_idFunction · 0.85
try_catch_Function · 0.85
try_catchFunction · 0.85
catchMethod · 0.85
catchMethod · 0.85

Calls 2

make_error_idFunction · 0.85
current_idFunction · 0.85

Tested by

no test coverage detected