Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/21st-dev/1code
/ isCliInstalled
Function
isCliInstalled
src/main/lib/cli.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
* Check
if
the CLI command is installed
68
*/
69
export
function
isCliInstalled(): boolean {
70
return
platform.isCliInstalled(getCliSourcePath())
71
}
72
73
/**
74
* Install the CLI command
Callers
1
buildMenu
Function · 0.90
Calls
2
getCliSourcePath
Function · 0.85
isCliInstalled
Method · 0.65
Tested by
no test coverage detected