Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getInt16
Method
getInt16
src/jrd/replication/Applier.cpp:113–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
SSHORT getInt16()
114
{
115
if (m_data + sizeof(SSHORT) > m_end)
116
malformed();
117
118
SSHORT value;
119
memcpy(&value, m_data, sizeof(SSHORT));
120
m_data += sizeof(SSHORT);
121
return value;
122
}
123
124
SLONG getInt32()
125
{
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected