Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ numFields
Method
numFields
src/database/cppsqlite3.cpp:184–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
183
184
int CppSQLite3Query::numFields()
185
{
186
checkVM();
187
return mnCols;
188
}
189
190
191
const char* CppSQLite3Query::fieldValue(int nField)
Callers
1
execScalar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected