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

Function wt_longstatus_print_trailer

wt-status.c:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277static void wt_longstatus_print_trailer(struct wt_status *s)
278{
279 status_printf_ln(s, color(WT_STATUS_HEADER, s), "%s", "");
280}
281
282static const char *wt_status_unmerged_status_string(int stagemask)
283{

Callers 11

show_merge_in_progressFunction · 0.85
show_am_in_progressFunction · 0.85
show_rebase_in_progressFunction · 0.85
show_revert_in_progressFunction · 0.85
show_bisect_in_progressFunction · 0.85

Calls 2

status_printf_lnFunction · 0.85
colorFunction · 0.70

Tested by

no test coverage detected