Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
const char* HttpCookie::getDomain(void) const
249
{
250
return getParam(
"Domain"
);
251
}
252
253
const char* HttpCookie::getPath(void) const
254
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected