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

Function pj_context_get_grid_cache_is_enabled

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

Source from the content-addressed store, hash-verified

232// ---------------------------------------------------------------------------
233
234static bool pj_context_get_grid_cache_is_enabled(PJ_CONTEXT *ctx) {
235 pj_load_ini(ctx);
236 return ctx->gridChunkCache.enabled;
237}
238
239// ---------------------------------------------------------------------------
240

Callers 1

openMethod · 0.85

Calls 1

pj_load_iniFunction · 0.85

Tested by

no test coverage detected