Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f0
Function
f0
test/on_error_accumulate_nested_error_result_test.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
leaf::error_id f0()
32
{
33
auto load = leaf::on_error( []( info<0> & ) { } );
34
return leaf::new_error( info<2>(2) );
35
}
36
37
leaf::error_id f1()
38
{
Callers
1
f1
Function · 0.70
Calls
2
on_error
Function · 0.85
new_error
Function · 0.85
Tested by
no test coverage detected