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

Function show

t/unit-tests/u-prio-queue.c:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#define REPLACE -6
17
18static int show(int *v)
19{
20 return v ? *v : MISSING;
21}
22
23static void test_prio_queue(int *input, size_t input_size,
24 int *result, size_t result_size)

Callers 1

test_prio_queueFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_prio_queueFunction · 0.56