MCPcopy Create free account
hub / github.com/boostorg/leaf / f23

Function f23

test/multiple_errors_test.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28leaf::result<void> f23()
29{
30 return leaf::new_error( info<2>{2}, info<3>{3} );
31}
32
33int main()
34{

Callers 1

mainFunction · 0.85

Calls 1

new_errorFunction · 0.85

Tested by

no test coverage detected