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

Function parse_u64

ds4_cli.c:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 if (!cli_distributed_coordinator(cfg)) return 0;
144
145 char err[256] = {0};
146 char last[256] = {0};
147 unsigned ticks = 0;
148 const struct timespec delay = {0, 250000000L};
149
150 for (;;) {
151 int ready = ds4_session_distributed_route_ready(session, err, sizeof(err));
152 if (ready > 0) {
153 if (ticks) fprintf(stderr, "ds4: distributed route ready\n");
154 return 0;
155 }
156 if (ready < 0) {

Callers 1

parse_optionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected