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

Function CodeLength

3party/open-location-code/openlocationcode.cc:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444size_t CodeLength(const std::string &code) {
445 std::string clean_code = clean_code_chars(code);
446 return clean_code.size();
447}
448
449} // namespace openlocationcode

Callers 2

ShortenFunction · 0.85
RecoverNearestFunction · 0.85

Calls 2

clean_code_charsFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected