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

Function title

ds4_help.c:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void title(FILE *fp, const help_colors *c, const char *s) {
35 fprintf(fp, "%s%s%s\n", c->title ? c->title : "", s, c->off ? c->off : "");
36}
37
38static void title_red(FILE *fp, const help_colors *c, const char *s) {
39 fprintf(fp, "%s%s%s\n", c->red ? c->red : "", s, c->off ? c->off : "");

Callers 15

print_model_runtimeFunction · 0.85
print_samplingFunction · 0.85
print_steeringFunction · 0.85
print_distributedFunction · 0.85
print_cli_specificFunction · 0.85
print_cli_diagnosticsFunction · 0.85
print_agent_specificFunction · 0.85
print_agent_sessionsFunction · 0.85
print_server_apiFunction · 0.85
print_server_thinkingFunction · 0.85
print_kv_cacheFunction · 0.85
print_bench_specificFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected