(&self, node: TsNode<'_>)
| 50 | } |
| 51 | |
| 52 | fn node_text(&self, node: TsNode<'_>) -> String { |
| 53 | node.utf8_text(&self.source) |
| 54 | .unwrap_or("<invalid utf8>") |
| 55 | .to_string() |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | impl ClojureExtractor { |
no outgoing calls
no test coverage detected