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

Method insertData

src/common/classes/ClumpletWriter.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void ClumpletWriter::insertData(UCHAR tag, const UCharBuffer& data)
313{
314 insertBytesLengthCheck(tag, data.begin(), data.getCount());
315}
316
317void ClumpletWriter::insertBytes(UCHAR tag, const void* bytes, FB_SIZE_T length)
318{

Callers 1

fillDpbMethod · 0.80

Calls 2

beginMethod · 0.45
getCountMethod · 0.45

Tested by

no test coverage detected