Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ bindText
Method
bindText
ThirdParty/libproj/vtklibproj/src/sqlite3_utils.hpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void bindText(const char *txt) {
90
sqlite3_bind_text(hStmt, iBindIdx, txt, -1, nullptr);
91
iBindIdx++;
92
}
93
94
void bindInt64(sqlite3_int64 v) {
95
sqlite3_bind_int64(hStmt, iBindIdx, v);
Callers
5
insert
Method · 0.80
get
Method · 0.80
tryGet
Method · 0.80
proj_is_download_needed
Function · 0.80
proj_download_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected