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

Class tm

ds4_server.c:7611–7611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected