Same as VirtualFile, but without the interning inside virtual files.
This is used to avoid the need to intern the file id inside salsa database inputs.
Same as Directory, but without the interning inside virtual directories.
This is used to avoid the need to intern the file id inside salsa database inputs.
A dummy type to be used as a tracked input.
Used to avoid errors on StructInSalsaDB.
Salsa expects the first parameter of a tracked function to be a Tracked type for performance
reasons.