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

Function f

test/on_error_preload_nested_success_exception_test.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void f()
43{
44 auto load = leaf::on_error( info{2} );
45 g1();
46 g2();
47}
48
49int main()
50{

Callers 1

mainFunction · 0.70

Calls 3

on_errorFunction · 0.85
g1Function · 0.70
g2Function · 0.70

Tested by

no test coverage detected