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

Method set_delay

lib_acl_cpp/src/session/session.cpp:129–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool session::set_delay(const char* name, const void* value, size_t len)
130{
131 session_string ss(len);
132 ss.copy(value, len);
133 ss.todo_ = TODO_SET;
134 attrs_cache_.insert(std::make_pair(string(name), ss));
135
136 dirty_ = true;
137 return true;
138}
139
140bool session::set(const char* name, const void* value, size_t len)
141{

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

insertMethod · 0.80
stringClass · 0.50

Tested by

no test coverage detected