Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ cancel
Method
cancel
src/remote/client/interface.cpp:1409–1414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1407
1408
1409
void Blob::cancel(CheckStatusWrapper* status)
1410
{
1411
internalCancel(status);
1412
if (status->isEmpty())
1413
release();
1414
}
1415
1416
1417
void Blob::deprecatedCancel(CheckStatusWrapper* status)
Callers
6
eventCallbackFunction
Method · 0.45
cancel_events
Function · 0.45
cancel_operation
Function · 0.45
end_blob
Method · 0.45
batch_cancel
Method · 0.45
open_blob
Method · 0.45
Calls
10
Gds
Class · 0.85
CHECK_HANDLE
Function · 0.85
send_and_receive
Function · 0.85
reset
Function · 0.70
release
Function · 0.50
cleanup
Function · 0.50
isEmpty
Method · 0.45
raise
Method · 0.45
getStatement
Method · 0.45
stuffException
Method · 0.45
Tested by
no test coverage detected