Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
bool DbImplementation::compatible(const DbImplementation& v) const
193
{
194
return di_flags == v.di_flags;
195
}
196
197
void DbImplementation::store(Ods::header_page* h) const
198
{
Callers
1
PAG_header_init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected