(self, db: &'db dyn Db, file: File)
| 46 | } |
| 47 | |
| 48 | pub fn program_file(self, db: &'db dyn Db, file: File) -> ProgramFile<'db> { |
| 49 | ProgramFile::new(db, file, self) |
| 50 | } |
| 51 | |
| 52 | pub fn custom_stdlib_search_path(self, db: &'db dyn Db) -> Option<&'db SystemPath> { |
| 53 | self.search_paths(db).custom_stdlib() |
no outgoing calls
no test coverage detected