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

Method get_path

src/cookie.cpp:141–143  ·  view source on GitHub ↗

Implementation of get_path method.

Source from the content-addressed store, hash-verified

139
140// Implementation of get_path method.
141string curl::cookie::get_path() const NOEXCEPT {
142 return this->path;
143}
144
145// Implementation of get_domain method.
146string curl::cookie::get_domain() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected