Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ versionInteger
Function
versionInteger
pdal/pdal_config.cpp:117–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
int versionInteger()
118
{
119
return versionMajor() * 100 * 100 +
120
versionMinor() * 100 +
121
versionPatch();
122
}
123
124
std::string sha1()
125
{
Callers
1
TEST
Function · 0.85
Calls
3
versionMajor
Function · 0.85
versionMinor
Function · 0.85
versionPatch
Function · 0.85
Tested by
1
TEST
Function · 0.68