MCPcopy Create free account
hub / github.com/apache/arrow / SystemHasStore

Method SystemHasStore

cpp/src/arrow/flight/sql/odbc/odbc_impl/system_trust_store.cc:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool SystemTrustStore::SystemHasStore() { return h_store_ != nullptr; }
47
48SystemTrustStore::SystemTrustStore(const wchar_t* store)
49 : stores_(store), h_store_(CertOpenSystemStore(NULL, store)), p_context_(nullptr) {}

Callers 1

GetCertsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected