MCPcopy Create free account
hub / github.com/cyberagiinc/DevDocs / toggleScriptView

Function toggleScriptView

components/DebugOutput.tsx:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected