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

Method getAttributes

lib_acl_cpp/src/http/HttpSession.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool HttpSession::getAttributes(std::map<string, session_string>& attrs) const
45{
46 return const_cast<HttpSession*> (this)->session_.get_attrs(attrs);
47}
48
49bool HttpSession::getAttributes(const std::vector<string>& names,
50 std::vector<session_string>& values) const

Callers

nothing calls this directly

Calls 1

get_attrsMethod · 0.45

Tested by

no test coverage detected