Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
88
export
async
function
uninstallCli(): Promise<{
89
success: boolean
90
error?: string
91
}> {
92
return
platform.uninstallCli()
93
}
Callers
1
buildMenu
Function · 0.90
Calls
1
uninstallCli
Method · 0.65
Tested by
no test coverage detected