Tree_Entry - SwiftDocOrg/Git GitHub Wiki

Tree.Entry

A tree entry.

public final class Entry

Inheritance

Hashable

Properties

object

The object corresponding to the tree entry.

var object:​ Object?

attributes

The file attributes of a tree entry

var attributes:​ Int32

name

The filename of the tree entry.

var name:​ String

Methods

==(lhs:​rhs:​)

public static func ==(lhs:​ Tree.Entry, rhs:​ Tree.Entry) -> Bool

hash(into:​)

public func hash(into hasher:​ inout Hasher)