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

Method getData

src/common/classes/ClumpletReader.cpp:924–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924void ClumpletReader::getData(UCharBuffer& data) const
925{
926 data.assign(getBytes(), getClumpLength());
927}
928
929bool ClumpletReader::getBoolean() const
930{

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected