| 1048 | } |
| 1049 | |
| 1050 | struct ewah_bitmap *bitmap_for_commit(struct bitmap_index *bitmap_git, |
| 1051 | struct commit *commit) |
| 1052 | { |
| 1053 | return find_bitmap_for_commit(bitmap_git, commit, NULL); |
| 1054 | } |
| 1055 | |
| 1056 | static inline int bitmap_position_extended(struct bitmap_index *bitmap_git, |
| 1057 | const struct object_id *oid) |
no test coverage detected