Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ removeAttribute
Method
removeAttribute
lib_acl_cpp/src/http/HttpSession.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
bool HttpSession::removeAttribute(const char* name)
71
{
72
return session_.del(name);
73
}
74
75
bool HttpSession::setMaxAge(time_t ttl)
76
{
Callers
3
bE
Function · 0.80
jquery-1.8.2.min.js
File · 0.80
highcharts.js
File · 0.80
Calls
1
del
Method · 0.45
Tested by
no test coverage detected