mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
refactor!: use Oid instead of String for arguments
This commit is contained in:
parent
23787adc3a
commit
1972c6d1ab
39 changed files with 264 additions and 290 deletions
|
@ -119,7 +119,7 @@ class Branch {
|
|||
branch.free();
|
||||
}
|
||||
|
||||
/// Returns the OID pointed to by a branch.
|
||||
/// Returns the [Oid] pointed to by a branch.
|
||||
///
|
||||
/// Throws an exception if error occured.
|
||||
Oid get target => Oid(reference_bindings.target(_branchPointer));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue