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

Method checkHeader

src/common/isc_s_proto.h:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 virtual bool checkHeader(const MemoryHeader* header, bool raiseError = true)
239 {
240 return header->check(getName(), getType(), getVersion(), raiseError);
241 }
242};
243
244

Callers

nothing calls this directly

Calls 4

getNameFunction · 0.85
getVersionFunction · 0.85
getTypeFunction · 0.50
checkMethod · 0.45

Tested by

no test coverage detected