Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getHashLength
Method
getHashLength
src/remote/server/server.cpp:171–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
int getHashLength(Firebird::CheckStatusWrapper* status) override
172
{
173
getHashData(status, nullptr);
174
175
return -1;
176
}
177
178
void getHashData(Firebird::CheckStatusWrapper* status, void* h) override
179
{
Callers
1
getHashLength
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected