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

Method set

lib_acl_cpp/src/session/redis_session.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool redis_session::set(const char* name, const char* value)
32{
33 return set(name, value, strlen(value));
34}
35
36bool redis_session::set(const char* name, const void* value, size_t len)
37{

Callers

nothing calls this directly

Calls 6

setFunction · 0.85
hsetMethod · 0.80
get_sidFunction · 0.50
get_ttlFunction · 0.50
set_timeoutFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected