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

Method invalid_structure

src/common/classes/ClumpletReader.cpp:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void ClumpletReader::invalid_structure(const char* what, const int data) const
201{
202#ifdef DEBUG_CLUMPLETS
203 dump();
204#endif
205 fatal_exception::raiseFmt("Invalid clumplet buffer structure: %s (%d)", what, data);
206}
207
208bool ClumpletReader::isTagged() const
209{

Callers

nothing calls this directly

Calls 1

dumpFunction · 0.50

Tested by

no test coverage detected