Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Aug 20, 2020 · 4 revisions

Blob

A file revision object.

public final class Blob:​ Object

Inheritance

Object

Properties

owner

The repository containing the blob.

var owner:​ Repository

isBinary

Whether the blob is binary.

var isBinary:​ Bool

size

The size in bytes of the content

var size:​ Int

data

The blob contents.

var data:​ Data
Clone this wiki locally