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