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

Method getRawData

src/jrd/replication/Publisher.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 const unsigned char* getRawData() override
380 {
381 return m_record->getData();
382 }
383
384 private:
385 const Record* const m_record;

Callers 3

insertRecordMethod · 0.45
updateRecordMethod · 0.45
deleteRecordMethod · 0.45

Calls 1

getDataMethod · 0.45

Tested by

no test coverage detected