MCPcopy Create free account
hub / github.com/Compaile/ctrack / clear_ctrack

Function clear_ctrack

test/test_helpers.hpp:248–251  ·  view source on GitHub ↗

Helper to clear ctrack data between tests

Source from the content-addressed store, hash-verified

246
247// Helper to clear ctrack data between tests
248inline void clear_ctrack() {
249 // Get current results to clear the internal state
250 ctrack::result_get_tables();
251}
252
253// Test function with predictable timing
254template<size_t N>

Callers 6

test_results.cppFile · 0.85
test_basic.cppFile · 0.85
test_nested.cppFile · 0.85

Calls 1

result_get_tablesFunction · 0.85

Tested by

no test coverage detected