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

Function finish_parallel_checkout

parallel-checkout.c:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void finish_parallel_checkout(void)
78{
79 if (parallel_checkout.status == PC_UNINITIALIZED)
80 BUG("cannot finish parallel checkout: not initialized yet");
81
82 free(parallel_checkout.items);
83 memset(&parallel_checkout, 0, sizeof(parallel_checkout));
84}
85
86static int is_eligible_for_parallel_checkout(const struct cache_entry *ce,
87 const struct conv_attrs *ca)

Callers 1

run_parallel_checkoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected