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

Function prepare_credentials

daemon.c:1198–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196}
1197
1198static struct credentials *prepare_credentials(const char *user_name UNUSED,
1199 const char *group_name UNUSED)
1200{
1201 die("--user not supported on this platform");
1202}
1203
1204#else
1205

Callers 1

cmd_mainFunction · 0.85

Calls 2

getpwnamFunction · 0.85
dieFunction · 0.70

Tested by

no test coverage detected