Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ f12
Function
f12
test/multiple_errors_test.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
};
22
23
leaf::result<void> f12()
24
{
25
return leaf::new_error( info<1>{1}, info<2>{2} );
26
}
27
28
leaf::result<void> f23()
29
{
Callers
1
main
Function · 0.85
Calls
1
new_error
Function · 0.85
Tested by
no test coverage detected