Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
const char* HttpCookie::getName(void) const
228
{
229
if (name_ == NULL) {
230
return dummy_;
231
}
232
return name_;
233
}
234
235
const char* HttpCookie::getValue(void) const
236
{
Callers
6
main
Function · 0.45
get_cookie
Method · 0.45
get_cookie
Method · 0.45
build_request
Method · 0.45
build_response
Method · 0.45
getCookieValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected