MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isGuiEditor

Function isGuiEditor

src/utils/promptEditor.ts:21–23  ·  view source on GitHub ↗
(editor: string)

Source from the content-addressed store, hash-verified

19}
20
21function isGuiEditor(editor: string): boolean {
22 return classifyGuiEditor(editor) !== undefined
23}
24
25export type EditorResult = {
26 content: string | null

Callers 1

editFileInEditorFunction · 0.85

Calls 1

classifyGuiEditorFunction · 0.85

Tested by

no test coverage detected