(file: ClaudeMdFile)
| 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 |
nothing calls this directly
no test coverage detected