MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_name

Method get_name

src/cookie.cpp:131–133  ·  view source on GitHub ↗

Implementation of get_name method.

Source from the content-addressed store, hash-verified

129
130// Implementation of get_name method.
131string curl::cookie::get_name() const NOEXCEPT {
132 return this->name;
133}
134
135// Implmentation of get_value method.
136string curl::cookie::get_value() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected