(p: string, isLstat: boolean | null)
| 470 | cb(new ApiError(ErrorCode.ENOTSUP)); |
| 471 | } |
| 472 | public statSync(p: string, isLstat: boolean | null): Stats { |
| 473 | throw new ApiError(ErrorCode.ENOTSUP); |
| 474 | } |
| 475 | /** |
| 476 | * Opens the file at path p with the given flag. The file must exist. |
| 477 | * @param p The path to open. |
no outgoing calls
no test coverage detected