()
| 29 | |
| 30 | const HOST_ID = "codebox-csdn" |
| 31 | export const getShadowHostId: PlasmoGetShadowHostId = () => HOST_ID |
| 32 | |
| 33 | export const getOverlayAnchor: PlasmoGetOverlayAnchor = async () => |
| 34 | document.querySelector(".blog-content-box .title-article") || |
nothing calls this directly
no outgoing calls
no test coverage detected