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

Method usage_mistake

src/common/classes/ClumpletReader.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void ClumpletReader::usage_mistake(const char* what) const
193{
194#ifdef DEBUG_CLUMPLETS
195 dump();
196#endif
197 fatal_exception::raiseFmt("Internal error when using clumplet API: %s", what);
198}
199
200void ClumpletReader::invalid_structure(const char* what, const int data) const
201{

Callers

nothing calls this directly

Calls 1

dumpFunction · 0.50

Tested by

no test coverage detected