()
| 76 | |
| 77 | // Toggle between script view and output view |
| 78 | const toggleScriptView = () => { |
| 79 | setShowScript(!showScript) |
| 80 | } |
| 81 | |
| 82 | // Fetch debug output on initial load |
| 83 | useEffect(() => { |
nothing calls this directly
no outgoing calls
no test coverage detected