Skip to content

iter

Create an iterator over the entries in the reflog.

Signature

ts
class Reflog {
  iter(): ReflogIter;
}

Returns

  • ReflogIter

    Iterator over the reflog entries.

Errors

  • Error

    Throws error if the reflog cannot be accessed.

Released under the MIT License.