Expand description

Helper functions on Repo.

Required Methods

Get the Reference for the main branch for the repository.

Get the OID corresponding to the main branch.

Get a mapping from OID to the names of branches which point to that OID.

The returned branch names include the refs/heads/ prefix, so it must be stripped if desired.

Get the positions of references in the repository.

Implementors