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

Method insertClumplet

src/common/classes/ClumpletWriter.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void ClumpletWriter::insertClumplet(const SingleClumplet& clumplet)
563{
564 insertBytes(clumplet.tag, clumplet.data, clumplet.size);
565}
566
567void ClumpletWriter::clear()
568{

Callers 1

upgradeVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected