(href)
| 9978 | }; |
| 9979 | |
| 9980 | function isTrivialHref(href) { |
| 9981 | return !href || href.trim() === '#'; |
| 9982 | } |
| 9983 | /** |
| 9984 | * There are situations due to browser quirks or Bootstrap CSS where |
| 9985 | * an anchor tag is needed, when semantically a button tag is the |
no outgoing calls
no test coverage detected
searching dependent graphs…