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

Function request_ctx_span

ds4_server.c:9337–9341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9335 if (wanted.len == 0) return;
9336 /* Tool replay payloads are stored next to KV checkpoints; keep them model
9337 * scoped too, since token positions and graph state are not portable across
9338 * Flash/Pro shapes even when the rendered chat text is identical. */
9339 uint8_t model_id = s->engine ? (uint8_t)ds4_engine_model_id(s->engine) : 0;
9340
9341 DIR *d = opendir(s->kv.dir);
9342 if (!d) {
9343 id_list_free(&wanted);
9344 return;

Callers 3

log_decode_progressFunction · 0.85
generate_jobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected