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

Function f0

test/on_error_preload_nested_error_result_test.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23leaf::error_id f0()
24{
25 auto load = leaf::on_error(info<0>{});
26 return leaf::new_error( info<2>{2} );
27}
28
29leaf::error_id f1()
30{

Callers 1

f1Function · 0.70

Calls 2

on_errorFunction · 0.85
new_errorFunction · 0.85

Tested by

no test coverage detected