MCPcopy 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
11static int bitmap_list_commits(void)
12{
13 return test_bitmap_commits(the_repository);
14}
15
16static int bitmap_list_commits_with_offset(void)
17{

Callers 1

cmd__bitmapFunction · 0.85

Calls 1

test_bitmap_commitsFunction · 0.85

Tested by

no test coverage detected