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

Method store

src/common/Auth.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44{ }
45
46void WriterImplementation::store(ClumpletWriter* to, unsigned char tag)
47{
48 putLevel();
49 if (to)
50 {
51 to->deleteWithTag(tag);
52 to->insertBytes(tag, result.getBuffer(), result.getBufferLength());
53 }
54}
55
56void WriterImplementation::reset()
57{

Callers 2

acceptMethod · 0.45
AtomicYPtrMethod · 0.45

Calls 4

deleteWithTagMethod · 0.80
insertBytesMethod · 0.45
getBufferMethod · 0.45
getBufferLengthMethod · 0.45

Tested by

no test coverage detected