Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f2
Function
f2
test/diagnostics_test5.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
leaf::result<void> f2()
63
{
64
auto load = leaf::on_error(info<2>{}, [](){ return info<3>(); }, [](info<4> & x){ x.accumulate(); });
65
return f1();
66
}
67
68
leaf::result<void> f3()
69
{
Callers
2
f3
Function · 0.70
main
Function · 0.70
Calls
3
on_error
Function · 0.85
accumulate
Method · 0.80
f1
Function · 0.70
Tested by
no test coverage detected