MCPcopy Create free account
hub / github.com/Kitware/VTK / getInt64

Method getInt64

ThirdParty/libproj/vtklibproj/src/sqlite3_utils.hpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 sqlite3_int64 getInt64() {
112 auto ret = sqlite3_column_int64(hStmt, iResIdx);
113 iResIdx++;
114 return ret;
115 }
116
117 const void *getBlob(int &size) {
118 size = sqlite3_column_bytes(hStmt, iResIdx);

Callers 6

checkConsistencyMethod · 0.80
get_linksMethod · 0.80
insertMethod · 0.80
getMethod · 0.80
tryGetMethod · 0.80
proj_is_download_neededFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected