MCPcopy Create free account
hub / github.com/pollinations/pollinations / toggleOpen

Function toggleOpen

apps/chat/src/components/ThinkingProcess.jsx:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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"}`}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected