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

Method saveData

src/remote/remote.h:709–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 bool segmented; // Current blob kind
708
709 void saveData(const UCHAR* data, ULONG size)
710 {
711 fb_assert(size + hdrPrevious <= SIZEOF_BLOB_HEAD);
712 memcpy(&hdr[hdrPrevious], data, size);
713 hdrPrevious += size;
714 }
715 };
716 BatchStream rsr_batch_stream;
717

Callers 1

xdr_blob_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected