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

Method isEof

src/jrd/replication/Applier.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 bool isEof() const
96 {
97 return (m_data >= m_end);
98 }
99
100 UCHAR getTag()
101 {

Callers 2

processMethod · 0.45
attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected