(&mut self, source: &str, file_path: &str)
| 43 | } |
| 44 | |
| 45 | fn extract(&mut self, source: &str, file_path: &str) -> Vec<Entity> { |
| 46 | self.extractor.extract(source, file_path) |
| 47 | } |
| 48 | |
| 49 | fn extract_references(&mut self, source: &str, file_path: &str) -> Vec<Reference> { |
| 50 | self.extractor.extract_references(source, file_path) |
no outgoing calls