Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f0
Function
f0
test/on_error_preload_nested_error_result_test.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
};
22
23
leaf::error_id f0()
24
{
25
auto load = leaf::on_error(info<0>{});
26
return leaf::new_error( info<2>{2} );
27
}
28
29
leaf::error_id f1()
30
{
Callers
1
f1
Function · 0.70
Calls
2
on_error
Function · 0.85
new_error
Function · 0.85
Tested by
no test coverage detected