Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ bitmap_list_commits
Function
bitmap_list_commits
t/helper/test-bitmap.c:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"setup.h"
10
11
static int bitmap_list_commits(void)
12
{
13
return test_bitmap_commits(the_repository);
14
}
15
16
static int bitmap_list_commits_with_offset(void)
17
{
Callers
1
cmd__bitmap
Function · 0.85
Calls
1
test_bitmap_commits
Function · 0.85
Tested by
no test coverage detected