Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Reference

mattt edited this page Sep 1, 2020 · 4 revisions

Reference

A branch, note, or tag.

public class Reference

Inheritance

Equatable

Properties

name

The reference name.

var name:​ String

owner

The repository containing the reference.

var owner:​ Repository

target

var target:​ Object?

Methods

normalize(name:​format:​)

public static func normalize(name:​ String, format:​ Format = .normal) throws -> String

==(lhs:​rhs:​)

public static func ==(lhs:​ Reference, rhs:​ Reference) -> Bool
Clone this wiki locally