(
refSpec: string[],
options: {
filter?: string
fetchDepth?: number
showProgress?: boolean
}
)
| 33 | ): Promise<void> |
| 34 | configExists(configKey: string, globalConfig?: boolean): Promise<boolean> |
| 35 | fetch( |
| 36 | refSpec: string[], |
| 37 | options: { |
| 38 | filter?: string |
no outgoing calls
no test coverage detected