Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ closeBlobs
Method
closeBlobs
src/jrd/SysFunction.cpp:3177–3190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3175
blb* newBlob;
3176
3177
void closeBlobs()
3178
{
3179
if (newBlob)
3180
{
3181
newBlob->BLB_close(tdbb);
3182
newBlob = nullptr;
3183
}
3184
3185
if (blob)
3186
{
3187
blob->BLB_close(tdbb);
3188
blob = nullptr;
3189
}
3190
}
3191
};
3192
3193
Callers
nothing calls this directly
Calls
1
BLB_close
Method · 0.80
Tested by
no test coverage detected