Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ registerBatch
Method
registerBatch
src/jrd/Attachment.h:795–798 ·
view source on GitHub ↗
batches control
Source
from the content-addressed store, hash-verified
793
794
// batches control
795
void registerBatch(DsqlBatch* b)
796
{
797
att_batches.add(b);
798
}
799
800
void deregisterBatch(DsqlBatch* b)
801
{
Callers
1
DsqlBatch
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected