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

Function getShadowHostId

contents/segmentfault.tsx:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32const HOST_ID = "codebox-segmentfault"
33export const getShadowHostId: PlasmoGetShadowHostId = () => HOST_ID
34
35export const getOverlayAnchor: PlasmoGetOverlayAnchor = async () =>
36 document.querySelector(".article-wrap.container")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected