Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
size_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
Shorten
Function · 0.85
RecoverNearest
Function · 0.85
Calls
2
clean_code_chars
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected