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

Method getPath

lib_acl_cpp/src/http/HttpCookie.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253const char* HttpCookie::getPath(void) const
254{
255 return getParam("Path");
256}
257
258int HttpCookie::getMaxAge(void) const
259{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected