Gjsify LogoGjsify Logo

Represents the resolve undo entries in an index object.

record

Hierarchy

  • IndexEntriesResolveUndo

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • Get a #GgitIndexEntryResolveUndo by index. Note that the returned #GgitIndexEntryResolveUndo is only valid as long as:

    1. The associated index has been closed
    2. The entry has not been removed (see ggit_index_remove())
    3. The index has not been refreshed (see ggit_index_read())

    Parameters

    • idx: number

      the index of the entry.

    Returns IndexEntryResolveUndo

  • size(): number
  • unref(): void
  • Atomically decrements the reference count of entries by one. If the reference count drops to 0, entries is freed.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method