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

Function worker_should_interrupt

ds4_agent.c:3522–3527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3520 if (c == '*' || c == '`') {
3521 r->md_inline[0] = c;
3522 r->md_inline_len = 1;
3523 return;
3524 }
3525 renderer_write_char_raw(r, c);
3526}
3527
3528static void renderer_markdown_finish(agent_token_renderer *r) {
3529 renderer_hint_flush_prefix(r);
3530 renderer_markdown_inline_flush(r, true);

Callers 5

worker_cancel_session_cbFunction · 0.85
agent_web_cancelFunction · 0.85
agent_bash_refresh_forFunction · 0.85
agent_worker_compactFunction · 0.85
worker_run_turnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected