Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ exename
Function
exename
test/unit/Support.cpp:103–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
std::string exename(const std::string& name)
104
{
105
#ifdef _WIN32
106
return name +
".exe"
;
107
#else
108
return name;
109
#endif
110
}
111
112
113
// do a comparison by line of two (text) files, ignoring CRLF differences
Callers
10
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
appName
Function · 0.85
appName
Function · 0.85
TEST
Function · 0.85
runTranslate
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
10
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
appName
Function · 0.68
appName
Function · 0.68
TEST
Function · 0.68
runTranslate
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68