EndOfIndexEntry constructor

EndOfIndexEntry(
  1. int offset,
  2. GitHash hash
)

Implementation

EndOfIndexEntry(this.offset, this.hash);