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

Function f

test/on_error_defer_basic_test.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45leaf::error_id f()
46{
47 auto load = leaf::on_error([]{++cleanup_count;});
48 return g();
49}
50
51int main()
52{

Callers 1

mainFunction · 0.70

Calls 2

on_errorFunction · 0.85
gFunction · 0.70

Tested by

no test coverage detected