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

Function CPR_assert

src/gpre/gpre.cpp:908–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906//
907
908void CPR_assert(const TEXT* file, int line)
909{
910 TEXT buffer[MAXPATHLEN << 1];
911
912 fb_utils::snprintf(buffer, sizeof(buffer),
913 "GPRE assertion failure file '%s' line '%d'", file, line);
914 CPR_bugcheck(buffer);
915}
916#endif
917
918

Callers

nothing calls this directly

Calls 2

CPR_bugcheckFunction · 0.85
snprintfFunction · 0.50

Tested by

no test coverage detected