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

Function fetch_pack_config_cb

fetch-pack.c:1985–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1983}
1984
1985static int fetch_pack_config_cb(const char *var, const char *value,
1986 const struct config_context *ctx, void *cb)
1987{
1988 int ret = fetch_pack_fsck_config(var, value, &fsck_msg_types);
1989 if (ret > 0)
1990 return git_default_config(var, value, ctx, cb);
1991
1992 return ret;
1993}
1994
1995static void fetch_pack_config(void)
1996{

Callers

nothing calls this directly

Calls 2

fetch_pack_fsck_configFunction · 0.85
git_default_configFunction · 0.85

Tested by

no test coverage detected