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

Method getHashData

src/remote/server/server.cpp:294–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 void getHashData(Firebird::CheckStatusWrapper* status, void* h) override
295 {
296 Reference r(*port);
297 loadClientKey();
298
299 if (keyCallback)
300 {
301 keyCallback->getHashData(status, h);
302 return;
303 }
304
305 if (!networkCallback.isStopped())
306 {
307 ISC_STATUS err[] = {isc_arg_gds, isc_wish_list};
308 status->setErrors2(FB_NELEM(err), err);
309 }
310 }
311
312private:
313 rem_port* port;

Callers

nothing calls this directly

Calls 3

getHashDataMethod · 0.45
isStoppedMethod · 0.45
setErrors2Method · 0.45

Tested by

no test coverage detected