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

Method GetName

cpp/src/arrow/flight/cookie_internal.cc:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244std::string Cookie::GetName() const { return cookie_name_; }
245
246void CookieCache::DiscardExpiredCookies() {
247 for (auto it = cookies.begin(); it != cookies.end();) {

Callers 5

nameMethod · 0.45
UpdateCachedCookiesMethod · 0.45
TESTFunction · 0.45
ProcessListBucketsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36