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

Function getShadowHostId

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

Source from the content-addressed store, hash-verified

31
32const HOST_ID = "codebox-php"
33export const getShadowHostId: PlasmoGetShadowHostId = () => HOST_ID
34
35export const getOverlayAnchor: PlasmoGetOverlayAnchor = async () =>
36 document.querySelector(".wzContent .wzctTitle")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected