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

Function ERRD_bugcheck

src/dsql/errd.cpp:99–104  ·  view source on GitHub ↗

ERRD_bugcheck @brief Somebody has screwed up. Bugcheck. @param text **/

Source from the content-addressed store, hash-verified

97
98 **/
99void ERRD_bugcheck(const char* text)
100{
101 TEXT s[MAXPATHLEN + 120];
102 fb_utils::snprintf(s, sizeof(s), "INTERNAL: %s", text); // TXNN
103 ERRD_error(s);
104}
105
106
107/**

Callers 3

putDtypeMethod · 0.85
putTypeMethod · 0.85
ERRD_assert_msgFunction · 0.85

Calls 2

ERRD_errorFunction · 0.85
snprintfFunction · 0.50

Tested by

no test coverage detected