(
id: string, // connection id
remotePath: string,
onSuccess: SuccessCallback,
onError: ErrorCallback,
)
| 67 | onError: ErrorCallback, |
| 68 | ): void; |
| 69 | createDirectory( |
| 70 | id: string, // connection id |
| 71 | remotePath: string, |
| 72 | onSuccess: SuccessCallback, |
no outgoing calls
no test coverage detected