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

Method get_value

src/cookie.cpp:136–138  ·  view source on GitHub ↗

Implmentation of get_value method.

Source from the content-addressed store, hash-verified

134
135// Implmentation of get_value method.
136string curl::cookie::get_value() const NOEXCEPT {
137 return this->value;
138}
139
140// Implementation of get_path method.
141string curl::cookie::get_path() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected