MCPcopy Create free account
hub / github.com/027xiguapi/code-box / getShadowHostId

Function getShadowHostId

contents/csdn.tsx:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30const HOST_ID = "codebox-csdn"
31export const getShadowHostId: PlasmoGetShadowHostId = () => HOST_ID
32
33export const getOverlayAnchor: PlasmoGetOverlayAnchor = async () =>
34 document.querySelector(".blog-content-box .title-article") ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected