Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getByte
Method
getByte
src/jrd/replication/Applier.cpp:105–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
UCHAR getByte()
106
{
107
if (m_data >= m_end)
108
malformed();
109
110
return *m_data++;
111
}
112
113
SSHORT getInt16()
114
{
Callers
15
parse
Method · 0.45
parseLegacyPartitionBy
Method · 0.45
parseWindow
Method · 0.45
parseMap
Function · 0.45
PAR_blr
Function · 0.45
PAR_validation_blr
Function · 0.45
PAR_datatype
Function · 0.45
PAR_desc
Function · 0.45
PAR_marks
Function · 0.45
PAR_parse
Function · 0.45
PAR_args
Function · 0.45
PAR_context
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected