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

Method HasNext

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

Source from the content-addressed store, hash-verified

24
25namespace arrow::flight::sql::odbc {
26bool SystemTrustStore::HasNext() {
27 p_context_ = CertEnumCertificatesInStore(h_store_, p_context_);
28
29 return p_context_ != nullptr;
30}
31
32std::string SystemTrustStore::GetNext() const {
33 DWORD size = 0;

Callers 1

GetCertsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected