We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target_type
1 parent 94b6240 commit 3378997Copy full SHA for 3378997
src/tag.rs
@@ -86,7 +86,7 @@ impl<'repo> Tag<'repo> {
86
unsafe { Binding::from_raw(raw::git_tag_target_id(&*self.raw)) }
87
}
88
89
- /// Get the OID of the tagged object of a tag
+ /// Get the ObjectType of the tagged object of a tag
90
pub fn target_type(&self) -> Option<ObjectType> {
91
unsafe { ObjectType::from_raw(raw::git_tag_target_type(&*self.raw)) }
92
0 commit comments