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

Function f

test/on_error_preload_nested_success_result_test.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30leaf::result<void> f()
31{
32 auto load = leaf::on_error( info{2} );
33 BOOST_LEAF_CHECK(g1());
34 return g2();
35}
36
37int main()
38{

Callers 1

mainFunction · 0.70

Calls 3

on_errorFunction · 0.85
g1Function · 0.70
g2Function · 0.70

Tested by

no test coverage detected