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

Function f1

test/diagnostics_test5.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57leaf::result<void> f1()
58{
59 return leaf::new_error(info<1>(), [](info<4> & x){ x.accumulate(); });
60}
61
62leaf::result<void> f2()
63{

Callers 1

f2Function · 0.70

Calls 2

new_errorFunction · 0.85
accumulateMethod · 0.80

Tested by

no test coverage detected