MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / isGuiEditor

Function isGuiEditor

restored-src/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