(categoryId)
| 124 | } |
| 125 | |
| 126 | function categoryPath(categoryId) { |
| 127 | return `/category/${encodeURIComponent(categoryId)}/`; |
| 128 | } |
| 129 | |
| 130 | function setHighlightedText(target, text, matchPositions) { |
| 131 | if (!target) return; |
no outgoing calls
no test coverage detected