MCPcopy 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

parseMethod · 0.45
parseWindowMethod · 0.45
parseMapFunction · 0.45
PAR_blrFunction · 0.45
PAR_validation_blrFunction · 0.45
PAR_datatypeFunction · 0.45
PAR_descFunction · 0.45
PAR_marksFunction · 0.45
PAR_parseFunction · 0.45
PAR_argsFunction · 0.45
PAR_contextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected