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

Function f3

test/BOOST_LEAF_CHECK_test.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59#endif
60
61leaf::result<void> f3( bool success )
62{
63 BOOST_LEAF_CHECK(f2(success));
64 return { };
65}
66
67#ifndef BOOST_LEAF_NO_CXX11_REF_QUALIFIERS
68

Callers 1

mainFunction · 0.70

Calls 1

f2Function · 0.70

Tested by

no test coverage detected