Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetNativeSeparator
Function
GetNativeSeparator
libs/base/file_name_utils.cpp:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
string::value_type GetNativeSeparator()
60
{
61
#ifdef OMIM_OS_WINDOWS
62
return
'\\'
;
63
#else
64
return
'/'
;
65
#endif
66
}
67
68
string AddSlashIfNeeded(string const & path)
69
{
Callers
4
DecompressZipArchive
Function · 0.85
GetDirectory
Function · 0.85
AddSlashIfNeeded
Function · 0.85
MkDirRecursively
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected