Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
const char* HttpCookie::getPath(void) const
254
{
255
return getParam(
"Path"
);
256
}
257
258
int HttpCookie::getMaxAge(void) const
259
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected