(path: string)
| 1282 | } |
| 1283 | |
| 1284 | export async function gitPushInfo(path: string): Promise<GitPushInfo> { |
| 1285 | return getTransport().call("git_push_info", { path }) |
| 1286 | } |
| 1287 | |
| 1288 | export async function gitPush( |
| 1289 | path: string, |
no test coverage detected