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

Function config_set_callback

config.c:1822–1829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820}
1821
1822static int config_set_callback(const char *key, const char *value,
1823 const struct config_context *ctx,
1824 void *cb)
1825{
1826 struct config_set *set = cb;
1827 configset_add_value(ctx->kvi, set, key, value);
1828 return 0;
1829}
1830
1831int git_configset_add_file(struct config_set *set, const char *filename)
1832{

Callers 1

repo_config_callbackFunction · 0.85

Calls 1

configset_add_valueFunction · 0.85

Tested by

no test coverage detected