Gjsify LogoGjsify Logo

Hierarchy

  • StashCallback

Callable

  • StashCallback(index: number, message: string, stash_oid: OId): number
  • When iterating over all the stashed states, callback that will be issued per entry. See ggit_repository_stash_foreach().

    Parameters

    • index: number

      the position within the stash list. 0 points to the most recent stashed state.

    • message: string

      the stash message.

    • stash_oid: OId

      the commit oid of the stashed state.

    Returns number

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