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

Function FormatStars

libs/indexer/feature_utils.cpp:298–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298string FormatStars(uint8_t starsCount)
299{
300 std::string stars;
301 for (int i = 0; i < starsCount && i < kMaxStarsCount; ++i)
302 stars.append(kStarSymbol);
303 return stars;
304}
305
306string FormatElevation(string_view elevation)
307{

Callers 2

FillDetailsFunction · 0.85
FormatSubtitleMethod · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected