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

Method getBytes

src/common/classes/ClumpletReader.cpp:800–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800const UCHAR* ClumpletReader::getBytes() const
801{
802 return getBuffer() + cur_offset + getClumpletSize(true, true, false);
803}
804
805SINT64 ClumpletReader::fromVaxInteger(const UCHAR* ptr, FB_SIZE_T length)
806{

Callers 3

dumpMethod · 0.45
setFunction · 0.45
dumpAuthBlockFunction · 0.45

Calls 1

getBufferFunction · 0.85

Tested by

no test coverage detected