Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ putInt16
Method
putInt16
src/jrd/replication/Replicator.h:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void putInt16(SLONG value)
82
{
83
const auto ptr = (const UCHAR*) &value;
84
buffer->add(ptr, sizeof(SSHORT));
85
}
86
87
void putInt32(SLONG value)
88
{
Callers
1
storeBlob
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected