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

Method putBytes

src/jrd/svc.cpp:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void Service::putBytes(const UCHAR* bytes, FB_SIZE_T len)
513{
514 enqueue(bytes, len);
515}
516
517void Service::setServiceStatus(const ISC_STATUS* status_vector)
518{

Callers 2

mvol_writeFunction · 0.45
readSessionMethod · 0.45

Calls 1

enqueueFunction · 0.70

Tested by

no test coverage detected