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

Method insertBytes

src/common/classes/ClumpletWriter.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void ClumpletWriter::insertBytes(UCHAR tag, const void* bytes, FB_SIZE_T length)
318{
319 insertBytesLengthCheck(tag, bytes, length);
320}
321
322void ClumpletWriter::insertByte(UCHAR tag, const UCHAR byte)
323{

Callers 2

storeMethod · 0.45
putLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected