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

Method del_delay

lib_acl_cpp/src/session/session.cpp:257–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257bool session::del_delay(const char* name)
258{
259 std::map<string, session_string>::iterator it = attrs_cache_.find(name);
260 if (it != attrs_cache_.end()) {
261 it->second.todo_ = TODO_DEL;
262 }
263 dirty_ = true;
264 return true;
265}
266
267bool session::del(const char* name)
268{

Callers 1

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1