Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
static int show(int *v)
19
{
20
return v ? *v : MISSING;
21
}
22
23
static void test_prio_queue(int *input, size_t input_size,
24
int *result, size_t result_size)
Callers
1
test_prio_queue
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_prio_queue
Function · 0.56