Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getName
Function · 0.85
getVersion
Function · 0.85
getType
Function · 0.50
check
Method · 0.45
Tested by
no test coverage detected