(path: string, data: string, encoding: string)
| 68 | readonly onFetchComplete: CodegenTypes.EventEmitter<FetchCompleteEvent>; |
| 69 | |
| 70 | appendFile(path: string, data: string, encoding: string): Promise<void>; |
| 71 | cancelFetch(requestId: CodegenTypes.Int32): Promise<void>; |
| 72 | concatFiles(source: string, target: string): Promise<number>; |
| 73 | cp(source: string, target: string): Promise<void>; |
no outgoing calls
no test coverage detected