MCPcopy
hub / github.com/027xiguapi/code-box / setCustom

Function setCustom

component/ui/customDomSelector.tsx:109–113  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

107 })
108
109 const setCustom = (type: string) => {
110 downloadType.current = type
111 setIsReady(true)
112 setIsSelect(false)
113 }
114
115 const handleOkModal = () => {
116 const selector = document.querySelector<HTMLElement>(".codebox-current")

Callers 1

CustomDomSelectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected