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

Function column_config

builtin/column.c:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static unsigned int colopts;
15
16static int column_config(const char *var, const char *value,
17 const struct config_context *ctx UNUSED, void *cb)
18{
19 return git_column_config(var, value, cb, &colopts);
20}
21
22int cmd_column(int argc,
23 const char **argv,

Callers

nothing calls this directly

Calls 1

git_column_configFunction · 0.85

Tested by

no test coverage detected