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

Function getPartialVersion

src/common/config/config.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741static unsigned short fileVerNumber[4] = {FILE_VER_NUMBER};
742
743static inline unsigned int getPartialVersion()
744{
745 // major // minor
746 return (fileVerNumber[0] << 24) | (fileVerNumber[1] << 16);
747}
748
749static inline unsigned int getFullVersion()
750{

Callers 3

getFullVersionFunction · 0.85
checkKeyFunction · 0.85
getKeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected