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

Function git_config_from_stdin

config.c:1404–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404static int git_config_from_stdin(config_fn_t fn, void *data,
1405 enum config_scope scope)
1406{
1407 return do_config_from_file(fn, CONFIG_ORIGIN_STDIN, "", stdin, data,
1408 scope, NULL);
1409}
1410
1411int git_config_from_file_with_options(config_fn_t fn, const char *filename,
1412 void *data, enum config_scope scope,

Callers 1

config_with_optionsFunction · 0.85

Calls 1

do_config_from_fileFunction · 0.85

Tested by

no test coverage detected