MCPcopy Create free account
hub / github.com/catchorg/Catch2 / make_data_counted

Function make_data_counted

tests/SelfTest/UsageTests/Generators.tests.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return { 1, 3, 5, 7, 9, 11 };
231 }
232 std::vector<int> make_data_counted() {
233 ++call_count;
234 return make_data();
235 }
236}
237
238#if defined(__clang__)

Callers 1

Calls 1

make_dataFunction · 0.85

Tested by

no test coverage detected