(fileName string)
| 73 | } |
| 74 | |
| 75 | func (s *SnapshotFS) GetFile(fileName string) FileHandle { |
| 76 | return s.GetFileByPath(fileName, s.toPath(fileName)) |
| 77 | } |
| 78 | |
| 79 | func (s *SnapshotFS) FileExists(fileName string, path tspath.Path) bool { |
| 80 | if _, ok := s.overlays[path]; ok { |