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

Method getDomain

lib_acl_cpp/src/http/HttpCookie.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248const char* HttpCookie::getDomain(void) const
249{
250 return getParam("Domain");
251}
252
253const char* HttpCookie::getPath(void) const
254{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected