Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
insertRecord
Method · 0.45
updateRecord
Method · 0.45
deleteRecord
Method · 0.45
Calls
1
getData
Method · 0.45
Tested by
no test coverage detected