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

Function f3

test/diagnostics_test5.cpp:68–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68leaf::result<void> f3()
69{
70 return leaf::try_handle_some(
71 []() -> leaf::result<void>
72 {
73 return f2();
74 },
75 []( leaf::diagnostic_details const & e )
76 {
77 return e.error();
78 } );
79}
80
81int main()
82{

Callers 1

mainFunction · 0.70

Calls 2

try_handle_someFunction · 0.85
f2Function · 0.70

Tested by

no test coverage detected