MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _ensure_output_dir

Method _ensure_output_dir

tools/ng/generator.py:63–65  ·  view source on GitHub ↗

Ensure output directory exists.

(self)

Source from the content-addressed store, hash-verified

61 pass
62
63 def _ensure_output_dir(self) -> None:
64 """Ensure output directory exists."""
65 os.makedirs(self.config.output_dir, exist_ok=True)
66
67 def _copy_template(self, template_name: str, output_name: str = None) -> str:
68 """

Callers 2

generateMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected