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

Method bindInt64

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

Source from the content-addressed store, hash-verified

92 }
93
94 void bindInt64(sqlite3_int64 v) {
95 sqlite3_bind_int64(hStmt, iBindIdx, v);
96 iBindIdx++;
97 }
98
99 void bindBlob(const void *blob, size_t blob_size) {
100 sqlite3_bind_blob(hStmt, iBindIdx, blob, static_cast<int>(blob_size),

Callers 11

checkConsistencyMethod · 0.80
get_linksMethod · 0.80
update_linked_chunksMethod · 0.80
move_to_headMethod · 0.80
move_to_tailMethod · 0.80
insertMethod · 0.80
getMethod · 0.80
proj_is_download_neededFunction · 0.80
proj_download_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected