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.
An entry in the index.
public final class Entry: Equatable, Comparable, Hashable
Comparable, Equatable, Hashable
Comparable
Equatable
Hashable
path
The file path of the index entry.
var path: String
fileSize
The size of the index entry.
var fileSize: Int
creationTime
The creation time of the index entry.
var creationTime: Date
modificationTime
The modification time of the index entry
var modificationTime: Date
blob
The blob object for the index entry, if any.
var blob: Blob?
isConflict
var isConflict: Bool
stage
var stage: Stage
==(lhs:rhs:)
public static func ==(lhs: Repository.Index.Entry, rhs: Repository.Index.Entry) -> Bool
<(lhs:rhs:)
public static func <(lhs: Repository.Index.Entry, rhs: Repository.Index.Entry) -> Bool
hash(into:)
public func hash(into hasher: inout Hasher)