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

Function write_all

ds4_agent.c:374–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 bool dsml_ignored;
373 bool replay;
374 char pending[16];
375 size_t pending_len;
376 char dsml_start_tail[64];
377 size_t dsml_start_len;
378 agent_dsml_marker_detector plain_dsml;
379 agent_dsml_marker_detector think_dsml;
380 bool dsml_in_think;
381 bool dsml_in_think_reported;
382 bool post_think_gap;
383 bool tool_preflight_error;
384 char tool_preflight_error_msg[256];
385} agent_stream_renderer;
386
387typedef struct {

Callers 15

agent_bash_drainFunction · 0.85
editor_query_cursorFunction · 0.85
editor_csi_cursorFunction · 0.85
editor_clear_rowFunction · 0.85
editor_set_scroll_marginFunction · 0.85
editor_scroll_output_upFunction · 0.85
editor_showFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected