MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getFullVersion

Function getFullVersion

src/common/config/config.cpp:749–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749static inline unsigned int getFullVersion()
750{
751 // build_no
752 return getPartialVersion() | fileVerNumber[3];
753}
754
755static unsigned int PARTIAL_MASK = 0xFFFF0000;
756static unsigned int KEY_MASK = 0xFFFF;

Callers 1

getVersionMethod · 0.85

Calls 1

getPartialVersionFunction · 0.85

Tested by

no test coverage detected