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

Method insertByte

src/common/classes/ClumpletWriter.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void ClumpletWriter::insertByte(UCHAR tag, const UCHAR byte)
323{
324 insertBytesLengthCheck(tag, &byte, 1);
325}
326
327void ClumpletWriter::insertBytesLengthCheck(UCHAR tag, const void* bytes, const FB_SIZE_T length)
328{

Callers 15

buildDpbFunction · 0.80
initReplicaMethod · 0.80
gbakFunction · 0.80
prepareMethod · 0.80
startMethod · 0.80
forceCleanMethod · 0.80
SecurityDatabaseMethod · 0.80
mainFunction · 0.80
attach_databaseMethod · 0.80
putSpecTagFunction · 0.80
cryptThreadRoutineMethod · 0.80
createDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected