MCPcopy Create free account
hub / github.com/OSGeo/PROJ / handle

Method handle

src/networkfilemanager.cpp:225–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 ~DiskChunkCache();
224
225 sqlite3 *handle() { return hDB_; }
226 std::unique_ptr<SQLiteStatement> prepare(const char *sql);
227 bool move_to_head(sqlite3_int64 chunk_id);
228 bool move_to_tail(sqlite3_int64 chunk_id);

Callers 4

insertMethod · 0.45
getMethod · 0.45
proj_is_download_neededFunction · 0.45
proj_download_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected