Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ master_log_enable
Function
master_log_enable
lib_acl_cpp/src/master/master_base.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace acl {
12
13
void master_log_enable(bool yes)
14
{
15
acl_master_log_enable(yes ? 1 : 0);
16
}
17
18
bool master_log_enabled()
19
{
Callers
10
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
acl_master_log_enable
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…