Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f
Function
f
test/on_error_preload_nested_success_result_test.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
leaf::result<void> f()
31
{
32
auto load = leaf::on_error( info{2} );
33
BOOST_LEAF_CHECK(g1());
34
return g2();
35
}
36
37
int main()
38
{
Callers
1
main
Function · 0.70
Calls
3
on_error
Function · 0.85
g1
Function · 0.70
g2
Function · 0.70
Tested by
no test coverage detected