Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ close
Method
close
src/remote/client/interface.cpp:1465–1470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1463
1464
1465
void Blob::close(CheckStatusWrapper* status)
1466
{
1467
internalClose(status);
1468
if (status->isEmpty())
1469
release();
1470
}
1471
1472
1473
void Blob::deprecatedClose(CheckStatusWrapper* status)
Callers
5
end_blob
Method · 0.45
end_statement
Method · 0.45
replicate
Method · 0.45
sendInlineBlob
Method · 0.45
shutdown
Method · 0.45
Calls
2
release
Function · 0.50
isEmpty
Method · 0.45
Tested by
no test coverage detected