Returns current status, or `null` when workDir is not a git repo.
()
| 33 | export interface GitStatusCache { |
| 34 | /** Returns current status, or `null` when workDir is not a git repo. */ |
| 35 | getStatus(): GitStatus | null; |
| 36 | } |
| 37 | |
| 38 | export interface GitStatusCacheOptions { |
no outgoing calls
no test coverage detected