()
| 33 | export const getShadowHostId: PlasmoGetShadowHostId = () => HOST_ID |
| 34 | |
| 35 | export const getOverlayAnchor: PlasmoGetOverlayAnchor = async () => |
| 36 | document.querySelector(".wzContent .wzctTitle") |
| 37 | |
| 38 | export const getStyle: PlasmoGetStyle = () => TagBtnStyle() |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected