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

Method getString

src/jrd/replication/Applier.cpp:152–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 string getString()
153 {
154 const auto length = getInt32();
155
156 if (m_data + length > m_end)
157 malformed();
158
159 const string str((const char*) m_data, length);
160 m_data += length;
161 return str;
162 }
163
164 const UCHAR* getBinary(ULONG length)
165 {

Callers 3

processMethod · 0.45
validatePasswordFunction · 0.45
isSameDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected