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

Method test

src/jrd/MetaName.cpp:123–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void MetaName::test()
124{
125#if defined(DEV_BUILD) || GROW_DEBUG > 0
126 if (word)
127 {
128 Dictionary::Word* checkWord = get(word->c_str(), word->length());
129 fb_assert(checkWord == word);
130#ifndef DEV_BUILD
131 if (word != checkWord)
132 abort();
133#endif
134 }
135#endif
136}
137
138const char* MetaName::EMPTY = "";
139

Callers 11

executeMethod · 0.45
checkRecordUpdatedMethod · 0.45
EVL_bitmapFunction · 0.45
BLB_garbage_collectFunction · 0.45
walk_indexMethod · 0.45
TRA_snapshot_stateFunction · 0.45
checkCreateDatabaseGrantFunction · 0.45
BTR_evaluateFunction · 0.45
scanFunction · 0.45
insertRecordMethod · 0.45
update_sessionMethod · 0.45

Calls 3

getFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected