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

Method internalCancel

src/remote/client/interface.cpp:1392–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390
1391
1392void Blob::internalCancel(CheckStatusWrapper* status)
1393{
1394/**************************************
1395 *
1396 * g d s _ c a n c e l _ b l o b
1397 *
1398 **************************************
1399 *
1400 * Functional description
1401 * Abort a partially completed blob.
1402 *
1403 **************************************/
1404 reset(status);
1405 freeClientData(status);
1406}
1407
1408
1409void Blob::cancel(CheckStatusWrapper* status)

Callers

nothing calls this directly

Calls 1

resetFunction · 0.70

Tested by

no test coverage detected