Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ numResultSets
Method
numResultSets
Engine/source/sqlite/SQLiteObject.cpp:503–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
501
}
502
503
S32 SQLiteObject::numResultSets()
504
{
505
return m_vResultSets.size();
506
}
507
508
void SQLiteObject::escapeSingleQuotes(const char* source, char *dest)
509
{
Callers
1
SQLiteObject.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected