MCPcopy 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 */
69export function isCliInstalled(): boolean {
70 return platform.isCliInstalled(getCliSourcePath())
71}
72
73/**
74 * Install the CLI command

Callers 1

buildMenuFunction · 0.90

Calls 2

getCliSourcePathFunction · 0.85
isCliInstalledMethod · 0.65

Tested by

no test coverage detected