()
| 83 | level: number |
| 84 | ) => { |
| 85 | const handleClick = () => { |
| 86 | if (onClick) { |
| 87 | onClick() |
| 88 | } |
| 89 | } |
| 90 | const hasRenderableChildren = children.length > 0 |
| 91 | |
| 92 | const isTitle = level === 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…