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

Method getText

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

Source from the content-addressed store, hash-verified

103 }
104
105 const char *getText() {
106 auto ret = sqlite3_column_text(hStmt, iResIdx);
107 iResIdx++;
108 return reinterpret_cast<const char *>(ret);
109 }
110
111 sqlite3_int64 getInt64() {
112 auto ret = sqlite3_column_int64(hStmt, iResIdx);

Callers 3

insertMethod · 0.80
tryGetMethod · 0.80
proj_is_download_neededFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected