(visitor: FileVisitor)
| 153 | return entry && new ScopedDirEntry(entry, this._root.scope); |
| 154 | } |
| 155 | visit(visitor: FileVisitor): void { |
| 156 | return this._root.visit(visitor); |
| 157 | } |
| 158 | |
| 159 | // Change content of host files. |
| 160 | overwrite(path: string, content: Buffer | string): void { |