Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
bool SqResults::MoreRows()
165
{
166
return (m_CurRow < 0) ? (m_RowCount > 0) : (m_CurRow < m_RowCount);
167
}
168
169
IResultRow *SqResults::FetchRow()
170
{
Callers
2
SQL_MoreRows
Function · 0.45
ClientConnectCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected