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

Function f2

test/diagnostics_test5.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62leaf::result<void> f2()
63{
64 auto load = leaf::on_error(info<2>{}, [](){ return info<3>(); }, [](info<4> & x){ x.accumulate(); });
65 return f1();
66}
67
68leaf::result<void> f3()
69{

Callers 2

f3Function · 0.70
mainFunction · 0.70

Calls 3

on_errorFunction · 0.85
accumulateMethod · 0.80
f1Function · 0.70

Tested by

no test coverage detected