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

Function kvi_from_param

config.c:642–648  ·  view source on GitHub ↗

for values read from `git_config_from_parameters()` */

Source from the content-addressed store, hash-verified

640
641/* for values read from `git_config_from_parameters()` */
642void kvi_from_param(struct key_value_info *out)
643{
644 out->filename = NULL;
645 out->linenr = -1;
646 out->origin_type = CONFIG_ORIGIN_CMDLINE;
647 out->scope = CONFIG_SCOPE_COMMAND;
648}
649
650int git_config_parse_parameter(const char *text,
651 config_fn_t fn, void *data)

Callers 4

tr2_list_env_vars_flFunction · 0.85
get_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected