Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ putByte
Method
putByte
src/jrd/replication/Replicator.h:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void putByte(UCHAR value)
77
{
78
buffer->add(value);
79
}
80
81
void putInt16(SLONG value)
82
{
Callers
1
executeSqlIntl
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected