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

Function make_data

tests/SelfTest/UsageTests/Generators.tests.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 size_t call_count = 0;
228 size_t test_count = 0;
229 std::vector<int> make_data() {
230 return { 1, 3, 5, 7, 9, 11 };
231 }
232 std::vector<int> make_data_counted() {
233 ++call_count;
234 return make_data();

Callers 2

make_data_countedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected