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

Function f2

test/diagnostics_test3.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30leaf::result<void> f2()
31{
32 auto load = leaf::on_error(info{42});
33 return f1();
34}
35
36int main()
37{

Callers 1

mainFunction · 0.70

Calls 2

on_errorFunction · 0.85
f1Function · 0.70

Tested by

no test coverage detected