| 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; |
no outgoing calls
no test coverage detected