MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getFirstCoverageMapKey

Function getFirstCoverageMapKey

src/Common/CoverageCollection.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297uint64_t getFirstCoverageMapKey()
298{
299 ensureCoverageMapLoaded();
300 if (g_coverage_map.empty())
301 return 0;
302 return g_coverage_map.begin()->first.name_hash;
303}
304
305/// Returns (non_empty_file_count, zero_line_count, first_file_hash)
306/// among matched regions for diagnostic purposes.

Callers

nothing calls this directly

Calls 3

ensureCoverageMapLoadedFunction · 0.85
emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected