(ref: string, path: string)
| 216 | ): Promise<{ mimetype: string; encoding?: string }>; |
| 217 | buffer(ref: string, path: string): Promise<Buffer>; |
| 218 | show(ref: string, path: string): Promise<string>; |
| 219 | getCommit(ref: string): Promise<Commit>; |
| 220 | |
| 221 | add(paths: string[]): Promise<void>; |
no outgoing calls
no test coverage detected