MCPcopy 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

reopenMethod · 0.45
reopenMethod · 0.45
reopenMethod · 0.45
openMethod · 0.45
checkConsistencyMethod · 0.45
getMethod · 0.45
proj_is_download_neededFunction · 0.45
proj_download_fileFunction · 0.45
open_resource_fileMethod · 0.45
pj_find_fileFunction · 0.45
closeDBMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected