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

Method getRawLength

src/jrd/replication/Publisher.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 }
373
374 unsigned getRawLength() override
375 {
376 return m_record->getLength();
377 }
378
379 const unsigned char* getRawData() override
380 {

Callers 3

insertRecordMethod · 0.45
updateRecordMethod · 0.45
deleteRecordMethod · 0.45

Calls 1

getLengthMethod · 0.45

Tested by

no test coverage detected