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

Function cmd__userdiff_config

t/helper/test-userdiff.c:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17static int cmd__userdiff_config(const char *var, const char *value,
18 const struct config_context *ctx UNUSED,
19 void *cb UNUSED)
20{
21 if (userdiff_config(var, value) < 0)
22 return -1;
23 return 0;
24}
25
26int cmd__userdiff(int argc, const char **argv)
27{

Callers

nothing calls this directly

Calls 1

userdiff_configFunction · 0.85

Tested by

no test coverage detected