* Parse the given line of output from Git, returns either an `IGitProgress` * instance if the line could successfully be parsed as a Git progress * event whose title was registered with this parser or an `IGitOutput` * instance if the line couldn't be parsed or if the title wasn't * regi
(line: string)
| 155 | * registered with the parser. |
| 156 | */ |
| 157 | parse(line: string): IGitProgress | IGitOutput |
| 158 | } |
| 159 | |
| 160 | /** |
no outgoing calls
no test coverage detected