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

Function nullCheck

src/yvalve/why.cpp:1394–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394static void nullCheck(const FB_API_HANDLE* ptr, ISC_STATUS code)
1395{
1396 // This function is called for incoming API handles, proposed to be created by the call.
1397 if (!ptr || *ptr)
1398 badHandle(code);
1399}
1400
1401static void badSqldaVersion(const short version)
1402{

Calls 1

badHandleFunction · 0.85

Tested by

no test coverage detected