Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f1
Function
f1
test/diagnostics_test5.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
};
56
57
leaf::result<void> f1()
58
{
59
return leaf::new_error(info<1>(), [](info<4> & x){ x.accumulate(); });
60
}
61
62
leaf::result<void> f2()
63
{
Callers
1
f2
Function · 0.70
Calls
2
new_error
Function · 0.85
accumulate
Method · 0.80
Tested by
no test coverage detected