()
| 1038 | } |
| 1039 | |
| 1040 | public getOverlayedFileSystems(): { readable: FileSystem; writable: FileSystem; } { |
| 1041 | return super.getFSUnlocked().getOverlayedFileSystems(); |
| 1042 | } |
| 1043 | |
| 1044 | public unwrap(): UnlockedOverlayFS { |
| 1045 | return super.getFSUnlocked(); |
no test coverage detected