Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ resolve
Function
resolve
ui-tui/src/lib/syntax.ts:69–69 ·
view source on GitHub ↗
(lang: string)
Source
from the content-addressed store, hash-verified
67
}
68
69
const
resolve = (lang: string): LangSpec | null => LANGS[ALIAS[lang] ?? lang] ?? null
70
71
export
const
isHighlightable = (lang: string): boolean => resolve(lang) !== null
72
Callers
12
writeClipboardText
Function · 0.70
isHighlightable
Function · 0.70
highlightLine
Function · 0.70
launchClawcodexCommand
Function · 0.70
settle
Function · 0.50
send
Method · 0.50
setTerminalFocused
Function · 0.50
controlQuery
Method · 0.50
loadCommandRegistryNames
Function · 0.50
build-dev.mjs
File · 0.50
build.mjs
File · 0.50
post
Function · 0.50
Calls
no outgoing calls
Tested by
1
loadCommandRegistryNames
Function · 0.40