MCPcopy Create free account
hub / github.com/git/git / tmp_objdir_env

Function tmp_objdir_env

tmp-objdir.c:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318const char **tmp_objdir_env(const struct tmp_objdir *t)
319{
320 if (!t)
321 return NULL;
322 return t->env.v;
323}
324
325void tmp_objdir_add_as_alternate(const struct tmp_objdir *t)
326{

Callers 5

run_receive_hookFunction · 0.85
update_shallow_refFunction · 0.85
set_connectivity_errorsFunction · 0.85
execute_commandsFunction · 0.85
unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected