Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f2
Function
f2
test/diagnostics_test4.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
leaf::result<void> f2()
47
{
48
auto ctx_ = leaf::on_error([](my_error & e) {e.append(43);});
49
return f1();
50
}
51
52
int main()
53
{
Callers
1
main
Function · 0.70
Calls
3
on_error
Function · 0.85
append
Method · 0.80
f1
Function · 0.70
Tested by
no test coverage detected