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

Function status_printf_ln

wt-status.c:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void status_printf_ln(struct wt_status *s, const char *color,
114 const char *fmt, ...)
115{
116 va_list ap;
117
118 va_start(ap, fmt);
119 status_vprintf(s, 1, color, fmt, ap, "\n");
120 va_end(ap);
121}
122
123void status_printf(struct wt_status *s, const char *color,
124 const char *fmt, ...)

Calls 1

status_vprintfFunction · 0.85

Tested by

no test coverage detected