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.
A blob, commit, tree, or tag annotation.
public class Object
Equatable, Hashable
Equatable
Hashable
owner
The repository containing the object.
var owner: Repository
id
The object's ID.
var id: ID
note
The note attached to the object, if any.
var note: Note?
addNote(_:author:committer:force:)
@discardableResult public func addNote(_ message: String, author: Signature? = nil, committer: Signature? = nil, force: Bool = false) throws -> Note?
==(lhs:rhs:)
public static func ==(lhs: Object, rhs: Object) -> Bool
hash(into:)
public func hash(into hasher: inout Hasher)