Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getCoverageMapSize
Function
getCoverageMapSize
src/Common/CoverageCollection.cpp:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
size_t getCoverageMapSize()
282
{
283
ensureCoverageMapLoaded();
284
return g_coverage_map.size();
285
}
286
287
size_t countCoverageMatches(const std::vector<CovCounter> & name_refs)
288
{
Callers
1
executeImpl
Method · 0.85
Calls
2
ensureCoverageMapLoaded
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected