Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
bool SystemTrustStore::SystemHasStore() { return h_store_ != nullptr; }
47
48
SystemTrustStore::SystemTrustStore(const wchar_t* store)
49
: stores_(store), h_store_(CertOpenSystemStore(NULL, store)), p_context_(nullptr) {}
Callers
1
GetCerts
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected