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

Function handleBackFromClaudeFileEditor

src/App.tsx:210–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 * Returns from CLAUDE.md file editor to projects view
209 */
210 const handleBackFromClaudeFileEditor = () => {
211 setEditingClaudeFile(null);
212 handleViewChange("projects");
213 };
214
215 /**
216 * Handles view changes with navigation protection

Callers

nothing calls this directly

Calls 1

handleViewChangeFunction · 0.85

Tested by

no test coverage detected