MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / wipe_module

Method wipe_module

plain_modules.py:374–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372 return False
373
374 def wipe_module(self) -> None:
375 if os.path.exists(self.module_build_folder):
376 console.warning(f"Wiping module {self.module_build_folder}...")
377 shutil.rmtree(self.module_build_folder)
378
379 if os.path.exists(self.module_conformance_tests_folder):
380 console.warning(f"Wiping conformance tests for module {self.module_conformance_tests_folder}...")
381 shutil.rmtree(self.module_conformance_tests_folder)

Callers 1

render_moduleMethod · 0.80

Calls 1

warningMethod · 0.80

Tested by

no test coverage detected