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

Method AsCookieString

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

Source from the content-addressed store, hash-verified

237}
238
239std::string Cookie::AsCookieString() const {
240 // Return the string for the cookie as it would appear in a Cookie header.
241 return cookie_name_ + "=" + cookie_value_;
242}
243
244std::string Cookie::GetName() const { return cookie_name_; }
245

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64