Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f2
Function
f2
test/diagnostics_test6.cpp:31–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
leaf::result<void> f2()
32
{
33
return leaf::try_handle_some(
34
[]
35
{
36
return f1();
37
},
38
[]
39
{
40
return leaf::new_error(info<1>{12});
41
} );
42
}
43
44
leaf::result<void> f3()
45
{
Callers
1
main
Function · 0.70
Calls
3
try_handle_some
Function · 0.85
new_error
Function · 0.85
f1
Function · 0.70
Tested by
no test coverage detected