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

Function column_active

column.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 const char *command, unsigned int *colopts);
33int finalize_colopts(unsigned int *colopts, int stdout_is_tty);
34static inline int column_active(unsigned int colopts)
35{
36 return (colopts & COL_ENABLE_MASK) == COL_ENABLED;
37}
38
39struct string_list;
40void print_columns(const struct string_list *list, unsigned int colopts,

Callers 4

print_columnsFunction · 0.85
cmd_tagFunction · 0.85
print_ref_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected