English
Appearance
Get a reflog entry by index.
class Reflog { get(i: number): ReflogEntry | null; }
Index of the entry to get.
Reflog entry at the given index. Returns null if the index is out of bounds.
null