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