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

Function handleGetDescription

component/ui/toolBox.tsx:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37export default function ToolBox(props: any) {
38 const [isShowTag, setIsShowTag] = useState(true)
39 const handleGetDescription = () => {
40 props.onGetDescription()
41 }
42
43 const handleEditMarkdown = () => {
44 props.onEditMarkdown()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected