(path: string)
| 111 | exists(path: string): boolean; |
| 112 | get(path: string): FileEntry | null; |
| 113 | getDir(path: string): DirEntry; |
| 114 | visit(visitor: FileVisitor): void; |
| 115 | |
| 116 | // Change content of host files. |
no outgoing calls
no test coverage detected