(
id: string, // connection id
remotePath: string,
onSuccess: SuccessCallback,
onError: ErrorCallback,
)
| 73 | onError: ErrorCallback, |
| 74 | ): void; |
| 75 | createFile( |
| 76 | id: string, // connection id |
| 77 | remotePath: string, |
| 78 | onSuccess: SuccessCallback, |
no outgoing calls
no test coverage detected