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

Function assert_pc_item_result_size

parallel-checkout.c:535–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535static inline void assert_pc_item_result_size(int got, int exp)
536{
537 if (got != exp)
538 BUG("wrong result size from checkout worker (got %dB, exp %dB)",
539 got, exp);
540}
541
542static void parse_and_save_result(const char *buffer, int len,
543 struct pc_worker *worker)

Callers 1

parse_and_save_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected