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

Method set

lib_acl_cpp/src/session/session.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool session::set(const char* name, const char* value)
125{
126 return set(name, value, strlen(value));
127}
128
129bool session::set_delay(const char* name, const void* value, size_t len)
130{

Callers 2

set_attrsMethod · 0.45
set_timeoutMethod · 0.45

Calls 6

get_attrsMethod · 0.95
setFunction · 0.85
insertMethod · 0.80
stringClass · 0.50
set_attrsMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected