Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/PROJ
/ getBlob
Method
getBlob
src/sqlite3_utils.hpp:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
const void *getBlob(int &size) {
125
size = sqlite3_column_bytes(hStmt, iResIdx);
126
auto ret = sqlite3_column_blob(hStmt, iResIdx);
127
iResIdx++;
128
return ret;
129
}
130
131
void reset() {
132
sqlite3_reset(hStmt);
Callers
1
get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected