Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Aug 17, 2020 · 5 revisions

Object

A blob, commit, tree, or tag annotation.

public class Object

Inheritance

Equatable, Hashable

Properties

id

The object's ID.

var id:​ ID

owner

The repository containing the object.

var owner:​ Repository

note

The note attached to the object, if any.

var note:​ Note?

Methods

==(lhs:​rhs:​)

public static func ==(lhs:​ Object, rhs:​ Object) -> Bool

hash(into:​)

public func hash(into hasher:inout Hasher)

Clone this wiki locally