Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ putBinary
Method
putBinary
src/jrd/replication/Replicator.h:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void putBinary(ULONG length, const UCHAR* data)
134
{
135
buffer->add(data, length);
136
}
137
138
void putGenerators(const GeneratorCache& generators)
139
{
Callers
4
storeBlob
Method · 0.80
insertRecord
Method · 0.80
updateRecord
Method · 0.80
deleteRecord
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected