| 17 | } |
| 18 | |
| 19 | export interface RepositoryState { |
| 20 | readonly HEAD: Ref | undefined; |
| 21 | readonly refs: Ref[]; |
| 22 | } |
| 23 | |
| 24 | export interface Repository { |
| 25 | readonly state: RepositoryState; |
nothing calls this directly
no outgoing calls
no test coverage detected