()
| 798 | } |
| 799 | |
| 800 | function getCurrentDisplayKitTheme() { |
| 801 | return document.documentElement.getAttribute("data-theme") |
| 802 | || localStorage.getItem("theme") |
| 803 | || "dark"; |
| 804 | } |
| 805 | |
| 806 | function buildEmbeddedToolUrl(baseHref) { |
| 807 | const theme = getCurrentDisplayKitTheme(); |
no outgoing calls
no test coverage detected