MCPcopy Index your code
hub / github.com/21st-dev/1code / uninstallCli

Function uninstallCli

src/main/lib/cli.ts:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 * Platform-specific behavior is handled by the platform provider
87 */
88export async function uninstallCli(): Promise<{
89 success: boolean
90 error?: string
91}> {
92 return platform.uninstallCli()
93}

Callers 1

buildMenuFunction · 0.90

Calls 1

uninstallCliMethod · 0.65

Tested by

no test coverage detected