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

Function renderer_write

ds4_agent.c:1615–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613 c->argcap = c->argcap ? c->argcap * 2 : 4;
1614 c->args = xrealloc(c->args, (size_t)c->argcap * sizeof(c->args[0]));
1615 }
1616 c->args[c->argc++] = (agent_tool_arg){
1617 .name = xstrdup(name),
1618 .value = xstrndup(value, value_len),
1619 .is_string = is_string,
1620 };
1621}

Callers 14

renderer_set_greyFunction · 0.85
renderer_reset_colorFunction · 0.85
renderer_set_text_attrsFunction · 0.85
renderer_syntax_writeFunction · 0.85
renderer_processFunction · 0.85
renderer_finishFunction · 0.85
renderer_colorFunction · 0.85
renderer_plainFunction · 0.85

Calls 2

agent_publishFunction · 0.85

Tested by

no test coverage detected