MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getInt64

Method getInt64

src/jrd/replication/Applier.cpp:135–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 SINT64 getInt64()
136 {
137 if (m_data + sizeof(SINT64) > m_end)
138 malformed();
139
140 SINT64 value;
141 memcpy(&value, m_data, sizeof(SINT64));
142 m_data += sizeof(SINT64);
143 return value;
144 }
145
146 const MetaString& getMetaName()
147 {

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected