()
| 47 | // For now, if elapsed is 0 and not thinking, we hide the time or show a placeholder. |
| 48 | |
| 49 | const toggleOpen = () => setIsOpen(!isOpen); |
| 50 | |
| 51 | return ( |
| 52 | <div className={`thinking-process ${isThinking ? "thinking" : "done"}`}> |
nothing calls this directly
no outgoing calls
no test coverage detected