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

Function f4

test/diagnostics_test6.cpp:57–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57leaf::result<void> f4()
58{
59 return leaf::try_handle_some(
60 []
61 {
62 return f1();
63 },
64 [](leaf::diagnostic_details const & e)
65 {
66 return e.error().load(info<1>{14});
67 } );
68}
69
70int main()
71{

Callers 1

mainFunction · 0.70

Calls 3

try_handle_someFunction · 0.85
loadMethod · 0.80
f1Function · 0.70

Tested by

no test coverage detected