()
| 96 | .innerText.trim() |
| 97 | |
| 98 | export const getShadowHostId: PlasmoGetShadowHostId = () => "codebox-medium" |
| 99 | |
| 100 | const PlasmoOverlay: FC<PlasmoCSUIProps> = () => { |
| 101 | const [parseContent, setParseContent] = useParseMarkdown() |
nothing calls this directly
no outgoing calls
no test coverage detected