MCPcopy 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

11namespace acl {
12
13void master_log_enable(bool yes)
14{
15 acl_master_log_enable(yes ? 1 : 0);
16}
17
18bool master_log_enabled()
19{

Callers 10

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

acl_master_log_enableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…