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

Function pj_context_get_native_ca

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

Source from the content-addressed store, hash-verified

1615
1616#if CURL_AT_LEAST_VERSION(7, 71, 0)
1617static bool pj_context_get_native_ca(PJ_CONTEXT *ctx) {
1618 pj_load_ini(ctx);
1619 return ctx->native_ca;
1620}
1621#endif
1622
1623// ---------------------------------------------------------------------------

Callers 1

CurlFileHandleMethod · 0.85

Calls 1

pj_load_iniFunction · 0.85

Tested by

no test coverage detected