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

Function f1

test/on_error_preload_nested_error_result_test.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29leaf::error_id f1()
30{
31 auto load = leaf::on_error( info<0>{-1}, info<1>{1}, info<2>{-1} );
32 return f0();
33}
34
35leaf::error_id f2()
36{

Callers 1

f2Function · 0.70

Calls 2

on_errorFunction · 0.85
f0Function · 0.70

Tested by

no test coverage detected