Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
function
isGuiEditor(editor: string): boolean {
22
return
classifyGuiEditor(editor) !== undefined
23
}
24
25
export
type
EditorResult = {
26
content: string | null
Callers
1
editFileInEditor
Function · 0.85
Calls
1
classifyGuiEditor
Function · 0.85
Tested by
no test coverage detected