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

Function pj_context_get_grid_cache_ttl

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

Source from the content-addressed store, hash-verified

246// ---------------------------------------------------------------------------
247
248static int pj_context_get_grid_cache_ttl(PJ_CONTEXT *ctx) {
249 pj_load_ini(ctx);
250 return ctx->gridChunkCache.ttl;
251}
252
253// ---------------------------------------------------------------------------
254

Callers 2

tryGetMethod · 0.85
proj_is_download_neededFunction · 0.85

Calls 1

pj_load_iniFunction · 0.85

Tested by

no test coverage detected