MCPcopy Index your code
hub / github.com/winfunc/opcode / handleViewChange

Function handleViewChange

src/App.tsx:218–221  ·  view source on GitHub ↗
(newView: View)

Source from the content-addressed store, hash-verified

216 * Handles view changes with navigation protection
217 */
218 const handleViewChange = (newView: View) => {
219 // No need for navigation protection with tabs since sessions stay open
220 setView(newView);
221 };
222
223 /**
224 * Handles navigating to hooks configuration

Callers 3

handleEditClaudeFileFunction · 0.85
renderContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected