Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetKey
Function
GetKey
generator/statistics.cpp:172–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
std::string GetKey(GeomType type)
173
{
174
switch (type)
175
{
176
case GeomType::Line: return
"Line"
;
177
case GeomType::Area: return
"Area"
;
178
default: return
"Point"
;
179
}
180
}
181
182
std::string GetKey(CountType t)
183
{
Callers
10
Remove1
Method · 0.70
GetBase
Method · 0.70
srtm_parser.cpp
File · 0.70
PrintTop
Function · 0.70
PrintTypeStats
Function · 0.70
operator()
Method · 0.70
Insert
Method · 0.70
Remove
Method · 0.70
DoMerge
Method · 0.70
operator()
Method · 0.50
Calls
2
to_string
Function · 0.85
GetReadableObjectName
Method · 0.80
Tested by
1
operator()
Method · 0.40