(node)
| 94 | } |
| 95 | }, |
| 96 | onVisitHighlightedLine(node) { |
| 97 | node.properties.className.push("line--highlighted") |
| 98 | }, |
| 99 | onVisitHighlightedWord(node) { |
| 100 | node.properties.className = ["word--highlighted"] |
| 101 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected