Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
bool session::set(const char* name, const char* value)
125
{
126
return set(name, value, strlen(value));
127
}
128
129
bool session::set_delay(const char* name, const void* value, size_t len)
130
{
Callers
2
set_attrs
Method · 0.45
set_timeout
Method · 0.45
Calls
6
get_attrs
Method · 0.95
set
Function · 0.85
insert
Method · 0.80
string
Class · 0.50
set_attrs
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected