()
| 37 | export 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() |
nothing calls this directly
no outgoing calls
no test coverage detected