Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RepositoryObject

Object containing information about files and directories in a repository.

Enumerations

Properties

Functions

Properties

Optional isBinary

isBinary: undefined | false | true

Flag to determine if the object contains binary file content or not.

sha

sha: string

SHA-1 hash of git object.

sizeInBytes

sizeInBytes: number

Size in bytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

type

type: Type

The type of git object.

Functions

getDeserializedJsonObj

getJsonObj