MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / GetFileVersion

Method GetFileVersion

src/tw/filemanipulator.cpp:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118uint32 cFileManipulator::GetFileVersion()
119{
120 ASSERT(mbInit);
121 if (!mbInit)
122 {
123 // return 0;
124 Init();
125 }
126 return mFileHeader.GetVersion();
127}
128
129cFileHeader::Encoding cFileManipulator::GetEncoding()
130{

Callers 1

ExecuteMethod · 0.80

Calls 1

GetVersionMethod · 0.80

Tested by

no test coverage detected