Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ getValue
Method
getValue
lib_acl_cpp/src/http/HttpCookie.cpp:235–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
const char* HttpCookie::getValue(void) const
236
{
237
if (value_ == NULL) {
238
return dummy_;
239
}
240
return value_;
241
}
242
243
const char* HttpCookie::getExpires(void) const
244
{
Callers
4
main
Function · 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