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

Function usage

ds4_server.c:11482–11484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11480 free(disk_cache_path);
11481 if (job_cancelled(j)) {
11482 request_live_state_clear(s, slot);
11483 trace_event(s, trace_id, "cancelled during prefill");
11484 return;
11485 }
11486 trace_event(s, trace_id, "prefill failed: %s", err);
11487 send_prefill_failure_response(s, j, &progress, ctx_span, req_flags, err);

Callers 1

parse_optionsFunction · 0.70

Calls 1

ds4_help_printFunction · 0.85

Tested by

no test coverage detected