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

Method defineAtom

src/jrd/replication/Applier.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void defineAtom()
185 {
186 const auto length = getByte();
187 const auto ptr = getBinary(length);
188 const MetaString name((const char*) ptr, length);
189 m_atoms.add(name);
190 }
191
192 private:
193 const Block* const m_header;

Callers 5

insertRecordMethod · 0.45
updateRecordMethod · 0.45
deleteRecordMethod · 0.45
executeSqlIntlMethod · 0.45
processMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected