| 7609 | found = start != NULL; |
| 7610 | if (found) { |
| 7611 | pos = (size_t)(start - raw) + strlen(syn->tool_calls_start); |
| 7612 | } |
| 7613 | } else { |
| 7614 | found = dsml_find_tool_start_from(raw, raw_len, dt->pos, &pos, &syn); |
nothing calls this directly
no outgoing calls
no test coverage detected