MCPcopy Create free account
hub / github.com/acl-dev/acl / getValue

Method getValue

lib_acl_cpp/src/http/HttpCookie.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235const char* HttpCookie::getValue(void) const
236{
237 if (value_ == NULL) {
238 return dummy_;
239 }
240 return value_;
241}
242
243const char* HttpCookie::getExpires(void) const
244{

Callers 4

mainFunction · 0.45
build_requestMethod · 0.45
build_responseMethod · 0.45
getCookieValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected