(
path: string,
offset: CodegenTypes.Int32,
length: CodegenTypes.Int32,
encoding: string
)
| 102 | mv(source: string, target: string): Promise<void>; |
| 103 | readFile(path: string, encoding: string): Promise<string>; |
| 104 | readFileChunk( |
| 105 | path: string, |
| 106 | offset: CodegenTypes.Int32, |
| 107 | length: CodegenTypes.Int32, |
no outgoing calls
no test coverage detected