This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Object_ID
mattt edited this page Aug 19, 2020
·
3 revisions
An object ID.
public struct ID: Equatable, Hashable, CustomStringConvertible, ExpressibleByStringLiteral
CustomStringConvertible
, Equatable
, ExpressibleByStringLiteral
, Hashable
public init()
public init<T>(_ body: (UnsafeMutablePointer<git_oid>) throws -> T) rethrows
Creates an Object ID from a string.
public init(string: String) throws
Creates an Object ID from a byte array.
public init(bytes: [UInt8]) throws
Creates an Object ID from data.
public init(data: Data) throws
public init(stringLiteral value: StringLiteralType)
var description: String
public static func ==(lhs: Object.ID, rhs: Object.ID) -> Bool
public func hash(into hasher: inout Hasher)
Generated at 2020-09-02T17:06:43+0000 using swift-doc 1.0.0-beta.4.
Types
- Blob
- Branch
- Commit
- Credentials
- Error
- Message
- Note
- Object
- Object.ID
- Reference
- Reference.Format
- Remote
- Remote.Fetch
- Remote.Fetch.Configuration
- Remote.Fetch.TagFollowing
- Repository
- Repository.Attributes
- Repository.Attributes.Value
- Repository.Checkout
- Repository.Checkout.Configuration
- Repository.Checkout.ConflictResolution
- Repository.Checkout.Strategy
- Repository.Clone
- Repository.Clone.Configuration
- Repository.Clone.Local
- Repository.Head
- Repository.Index
- Repository.Index.Entry
- Repository.Index.Stage
- RevisionSortingOptions
- Signature
- Tag
- Tag.Annotation
- Tree
- Tree.Entry