Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getHashData
Method
getHashData
src/remote/server/server.cpp:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void getHashData(Firebird::CheckStatusWrapper* status, void* h) override
179
{
180
ISC_STATUS err[] = {isc_arg_gds, isc_wish_list};
181
status->setErrors2(FB_NELEM(err), err);
182
}
183
184
private:
185
rem_port* port;
Callers
1
getHashData
Method · 0.45
Calls
1
setErrors2
Method · 0.45
Tested by
no test coverage detected