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

Function g

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

Source from the content-addressed store, hash-verified

21};
22
23leaf::error_id g()
24{
25 auto load = leaf::on_error( [](info<1> & x) {++x.value;} );
26 return leaf::new_error();
27}
28
29leaf::error_id f()
30{

Callers 1

fFunction · 0.70

Calls 2

on_errorFunction · 0.85
new_errorFunction · 0.85

Tested by

no test coverage detected