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

Function f3

test/diagnostics_test6.cpp:44–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44leaf::result<void> f3()
45{
46 return leaf::try_handle_some(
47 []
48 {
49 return f1();
50 },
51 [](leaf::diagnostic_details const &)
52 {
53 return leaf::new_error(info<1>{13});
54 } );
55}
56
57leaf::result<void> f4()
58{

Callers 1

mainFunction · 0.70

Calls 3

try_handle_someFunction · 0.85
new_errorFunction · 0.85
f1Function · 0.70

Tested by

no test coverage detected