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

Function dist_coordinator_debug_enabled

ds4_distributed.c:1839–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837static void dist_coordinator_report_plan(ds4_dist_coordinator_state *state);
1838
1839static bool dist_coordinator_debug_enabled(const ds4_dist_coordinator_state *state) {
1840 return state && state->debug;
1841}
1842
1843#define DIST_COORD_DEBUG(state, ...) do { \
1844 if (dist_coordinator_debug_enabled(state)) fprintf(stderr, __VA_ARGS__); \

Calls

no outgoing calls

Tested by

no test coverage detected