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

Method getBuffer

src/common/classes/ClumpletWriter.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61const UCHAR* ClumpletWriter::getBuffer() const
62{
63 return dynamic_buffer.begin();
64}
65
66const UCHAR* ClumpletWriter::getBufferEnd() const
67{

Callers 2

ClumpletWriterMethod · 0.45
resetMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected