MCPcopy Index your code
hub / github.com/git/git / status_printf_more

Function status_printf_more

wt-status.c:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133__attribute__((format (printf, 3, 4)))
134static void status_printf_more(struct wt_status *s, const char *color,
135 const char *fmt, ...)
136{
137 va_list ap;
138
139 va_start(ap, fmt);
140 status_vprintf(s, 0, color, fmt, ap, NULL);
141 va_end(ap);
142}
143
144void wt_status_prepare(struct repository *r, struct wt_status *s)
145{

Callers 4

wt_longstatus_printFunction · 0.85

Calls 1

status_vprintfFunction · 0.85

Tested by

no test coverage detected