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

Function f2

test/diagnostics_test6.cpp:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31leaf::result<void> f2()
32{
33 return leaf::try_handle_some(
34 []
35 {
36 return f1();
37 },
38 []
39 {
40 return leaf::new_error(info<1>{12});
41 } );
42}
43
44leaf::result<void> f3()
45{

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