MCPcopy 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
23leaf::result<void> f12()
24{
25 return leaf::new_error( info<1>{1}, info<2>{2} );
26}
27
28leaf::result<void> f23()
29{

Callers 1

mainFunction · 0.85

Calls 1

new_errorFunction · 0.85

Tested by

no test coverage detected