MCPcopy Create free account
hub / github.com/antirez/ds4 / usage

Function usage

ds4_cli.c:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 cli_dist_notice_printed = 0;
130}
131
132static bool cli_distributed_coordinator(const cli_config *cfg) {
133 return cfg && cfg->engine.distributed.role == DS4_DISTRIBUTED_COORDINATOR;
134}
135
136static void cli_dist_busy_set(const cli_config *cfg, bool busy) {

Callers 1

parse_optionsFunction · 0.70

Calls 1

ds4_help_printFunction · 0.85

Tested by

no test coverage detected