BlobMetadata

Returns information about a specific Git blob object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full ID of the blob.

Link copied to clipboard
val mode: String?

The file mode permissions of the blob. File mode permission codes include:

Link copied to clipboard
val path: String?

The path to the blob and associated file name, if any.

Functions

Link copied to clipboard
inline fun copy(block: BlobMetadata.Builder.() -> Unit = {}): BlobMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String