Gjsify LogoGjsify Logo

Represents a reflog.

record

Hierarchy

  • Reflog

Index

Constructors

Properties

name: string

Methods

  • get_entry_count(): number
  • Atomically increments the reference count of reflog by one. This function is MT-safe and may be called from any thread.

    Returns Reflog

  • rename(new_name: string): boolean
  • Renames the reflog for to new_name, on error error is set.

    Parameters

    • new_name: string

      the new name of the reference.

    Returns boolean

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

    Returns void

  • write(): boolean

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