MCPcopy Create free account
hub / github.com/comaps/comaps / GetCurrentStyleStatistics

Function GetCurrentStyleStatistics

qt/build_style/build_statistics.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QString GetCurrentStyleStatistics()
50{
51 QString const resourceDir = GetPlatform().ResourcesDir().c_str();
52 QString const mappingPath = JoinPathQt({resourceDir, "mapcss-mapping.csv"});
53 QString const drulesPath = JoinPathQt({resourceDir, "drules_proto_design.bin"});
54 return GetStyleStatistics(mappingPath, drulesPath);
55}
56} // namespace build_style

Callers 1

OnGetStatisticsMethod · 0.85

Calls 2

JoinPathQtFunction · 0.85
GetStyleStatisticsFunction · 0.85

Tested by

no test coverage detected