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

Method getName

lib_acl_cpp/src/http/HttpCookie.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227const char* HttpCookie::getName(void) const
228{
229 if (name_ == NULL) {
230 return dummy_;
231 }
232 return name_;
233}
234
235const char* HttpCookie::getValue(void) const
236{

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected