Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f1
Function
f1
test/diagnostics_test3.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
struct info { int value; };
24
25
leaf::result<void> f1()
26
{
27
return leaf::new_error(info{41});
28
}
29
30
leaf::result<void> f2()
31
{
Callers
1
f2
Function · 0.70
Calls
1
new_error
Function · 0.85
Tested by
no test coverage detected