Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ free
Method
free
src/remote/client/interface.cpp:4309–4314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4307
4308
4309
void Statement::free(CheckStatusWrapper* status)
4310
{
4311
internalFree(status);
4312
if (status->isEmpty())
4313
release();
4314
}
4315
4316
4317
void Statement::deprecatedFree(CheckStatusWrapper* status)
Callers
5
~UseStandardBuffer
Method · 0.45
compile
Method · 0.45
end_request
Method · 0.45
end_statement
Method · 0.45
prepare_statement
Method · 0.45
Calls
2
release
Function · 0.50
isEmpty
Method · 0.45
Tested by
no test coverage detected