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

Function isNetworkError

src/yvalve/why.cpp:1388–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388static bool isNetworkError(const IStatus* status)
1389{
1390 ISC_STATUS code = status->getErrors()[1];
1391 return fb_utils::isNetworkError(code);
1392}
1393
1394static void nullCheck(const FB_API_HANDLE* ptr, ISC_STATUS code)
1395{

Callers 4

rollbackMethod · 0.70
detachMethod · 0.70
freeClientDataMethod · 0.50
isConnectionBrokenErrorFunction · 0.50

Calls 1

getErrorsMethod · 0.45

Tested by

no test coverage detected