mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
test: improve coverage (#44)
This commit is contained in:
parent
bad5e20581
commit
7b57c41253
17 changed files with 171 additions and 40 deletions
|
@ -525,9 +525,5 @@ void conflictCleanup(Pointer<git_index> index) {
|
|||
}
|
||||
}
|
||||
|
||||
/// Get the repository this index relates to.
|
||||
Pointer<git_repository> owner(Pointer<git_index> index) =>
|
||||
libgit2.git_index_owner(index);
|
||||
|
||||
/// Free an existing index object.
|
||||
void free(Pointer<git_index> index) => libgit2.git_index_free(index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue