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

Method getBinary

src/jrd/replication/Applier.cpp:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 const UCHAR* getBinary(ULONG length)
165 {
166 if (m_data + length > m_end)
167 malformed();
168
169 const auto ptr = m_data;
170 m_data += length;
171 return ptr;
172 }
173
174 TraNumber getTransactionId() const
175 {

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected