MCPcopy Create free account
hub / github.com/git/git / status_printf

Function status_printf

wt-status.c:123–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void status_printf(struct wt_status *s, const char *color,
124 const char *fmt, ...)
125{
126 va_list ap;
127
128 va_start(ap, fmt);
129 status_vprintf(s, 1, color, fmt, ap, NULL);
130 va_end(ap);
131}
132
133__attribute__((format (printf, 3, 4)))
134static void status_printf_more(struct wt_status *s, const char *color,

Callers 5

wt_longstatus_printFunction · 0.85
prepare_to_commitFunction · 0.85

Calls 1

status_vprintfFunction · 0.85

Tested by

no test coverage detected