Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getInt32
Method
getInt32
src/jrd/replication/Applier.cpp:124–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
SLONG getInt32()
125
{
126
if (m_data + sizeof(SLONG) > m_end)
127
malformed();
128
129
SLONG value;
130
memcpy(&value, m_data, sizeof(SLONG));
131
m_data += sizeof(SLONG);
132
return value;
133
}
134
135
SINT64 getInt64()
136
{
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected