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

Function tui_refresh

ds4_eval.c:2280–2286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2278 continue;
2279 }
2280 if (bytes_has_prefix(cur, rem, close)) {
2281 ui->in_think = false;
2282 stream_append_visible(ui, "\n", 1);
2283 i += strlen(close);
2284 continue;
2285 }
2286 if (!finish && cur[0] == '<' &&
2287 (bytes_is_partial_prefix(cur, rem, open) ||
2288 bytes_is_partial_prefix(cur, rem, close)))
2289 {

Callers 4

tui_startFunction · 0.85
tui_wait_if_pausedFunction · 0.85
eval_prefill_progressFunction · 0.85
run_one_caseFunction · 0.85

Calls 3

tui_draw_leftFunction · 0.85
tui_draw_right_statusFunction · 0.85
tui_draw_streamFunction · 0.85

Tested by

no test coverage detected