MCPcopy Create free account
hub / github.com/acl-dev/acl / getAttribute

Method getAttribute

lib_acl_cpp/src/http/HttpSession.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26const char* HttpSession::getAttribute(const char* name) const
27{
28 return const_cast<HttpSession*> (this)->session_.get(name);
29}
30
31const void* HttpSession::getAttribute(const char* name, size_t* size) const
32{

Callers 15

doPostMethod · 0.80
doPostMethod · 0.80
doPostMethod · 0.80
doResponseMethod · 0.80
doPostMethod · 0.80
gidNextMethod · 0.80
JFunction · 0.80
FFunction · 0.80
highcharts.jsFile · 0.80
heatmap.jsFile · 0.80
drilldown.jsFile · 0.80

Calls 4

getMethod · 0.45
get_bufMethod · 0.45
lengthMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected