(
type: ToastType,
message: string,
...otherParams: any[]
)
| 908 | getRepoName(dir: string): Promise<string | undefined>; |
| 909 | |
| 910 | showToast( |
| 911 | type: ToastType, |
| 912 | message: string, |
| 913 | ...otherParams: any[] |
no outgoing calls
no test coverage detected