MCPcopy 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

23struct info { int value; };
24
25leaf::result<void> f1()
26{
27 return leaf::new_error(info{41});
28}
29
30leaf::result<void> f2()
31{

Callers 1

f2Function · 0.70

Calls 1

new_errorFunction · 0.85

Tested by

no test coverage detected