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

Method invalidate

lib_acl_cpp/src/http/HttpSession.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool HttpSession::invalidate()
81{
82 return session_.remove();
83}
84
85} // namespace acl
86

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected