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

Function f2

test/diagnostics_test4.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46leaf::result<void> f2()
47{
48 auto ctx_ = leaf::on_error([](my_error & e) {e.append(43);});
49 return f1();
50}
51
52int main()
53{

Callers 1

mainFunction · 0.70

Calls 3

on_errorFunction · 0.85
appendMethod · 0.80
f1Function · 0.70

Tested by

no test coverage detected