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

Function handleEditClaudeFile

src/App.tsx:202–205  ·  view source on GitHub ↗
(file: ClaudeMdFile)

Source from the content-addressed store, hash-verified

200 * Handles editing a CLAUDE.md file from a project
201 */
202 const handleEditClaudeFile = (file: ClaudeMdFile) => {
203 setEditingClaudeFile(file);
204 handleViewChange("claude-file-editor");
205 };
206
207 /**
208 * Returns from CLAUDE.md file editor to projects view

Callers

nothing calls this directly

Calls 1

handleViewChangeFunction · 0.85

Tested by

no test coverage detected