MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / run_cleanup

Function run_cleanup

augment_tools_core/cli.py:191–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190 # 执行清理
191 async def run_cleanup():
192 result = await clean_ide_comprehensive(
193 ide_type=ide_type,
194 mode=mode,
195 keyword=keyword,
196 force_delete=force,
197 kill_processes=kill_processes or not skip_process_check
198 )
199 return result
200
201 result = asyncio.run(run_cleanup())
202

Callers 2

clean_enhanced_commandFunction · 0.85
runMethod · 0.85

Calls 1

clean_ide_comprehensiveFunction · 0.85

Tested by

no test coverage detected