Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_str_cfg
Method
get_str_cfg
lib_acl_cpp/src/master/master_conf.cpp:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
ACL_CFG_STR_TABLE* master_conf::get_str_cfg() const
230
{
231
return str_cfg_;
232
}
233
234
ACL_CFG_BOOL_TABLE* master_conf::get_bool_cfg() const
235
{
Callers
6
run
Method · 0.80
run_daemon
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run_daemon
Method · 0.80
run_daemon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected