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

Method compatible

src/common/classes/DbImplementation.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190#endif
191
192bool DbImplementation::compatible(const DbImplementation& v) const
193{
194 return di_flags == v.di_flags;
195}
196
197void DbImplementation::store(Ods::header_page* h) const
198{

Callers 1

PAG_header_initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected