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

Function pj_context_get_bundle_path

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

Source from the content-addressed store, hash-verified

1609// ---------------------------------------------------------------------------
1610
1611static std::string pj_context_get_bundle_path(PJ_CONTEXT *ctx) {
1612 pj_load_ini(ctx);
1613 return ctx->ca_bundle_path;
1614}
1615
1616#if CURL_AT_LEAST_VERSION(7, 71, 0)
1617static bool pj_context_get_native_ca(PJ_CONTEXT *ctx) {

Callers 1

CurlFileHandleMethod · 0.85

Calls 1

pj_load_iniFunction · 0.85

Tested by

no test coverage detected