MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / MoreRows

Method MoreRows

extensions/sqlite/driver/SqResults.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool SqResults::MoreRows()
165{
166 return (m_CurRow < 0) ? (m_RowCount > 0) : (m_CurRow < m_RowCount);
167}
168
169IResultRow *SqResults::FetchRow()
170{

Callers 2

SQL_MoreRowsFunction · 0.45
ClientConnectCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected