MCPcopy 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
70bool HttpSession::removeAttribute(const char* name)
71{
72 return session_.del(name);
73}
74
75bool HttpSession::setMaxAge(time_t ttl)
76{

Callers 3

bEFunction · 0.80
highcharts.jsFile · 0.80

Calls 1

delMethod · 0.45

Tested by

no test coverage detected