Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ reset
Method
reset
ThirdParty/libproj/vtklibproj/src/sqlite3_utils.hpp:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void reset() {
125
sqlite3_reset(hStmt);
126
iBindIdx = 1;
127
iResIdx = 0;
128
}
129
130
void resetResIndex() { iResIdx = 0; }
131
};
Callers
15
reopen
Method · 0.45
reopen
Method · 0.45
reopen
Method · 0.45
open
Method · 0.45
checkConsistency
Method · 0.45
get
Method · 0.45
proj_is_download_needed
Function · 0.45
proj_download_file
Function · 0.45
open_resource_file
Method · 0.45
pj_find_file
Function · 0.45
closeDB
Method · 0.45
stopInsertStatementsSession
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected