(&self, annotation_node: TsNode<'_>)
| 79 | |
| 80 | impl AnnotationEmitterState for ExtractionState { |
| 81 | fn extract_annotation_name(&self, annotation_node: TsNode<'_>) -> String { |
| 82 | JavaExtractor::extract_annotation_name(self, annotation_node) |
| 83 | } |
| 84 | |
| 85 | fn file_path(&self) -> &str { |
| 86 | &self.file_path |
no test coverage detected