MCPcopy
hub / github.com/Fokkyp/SoftwareCopyright-Skill / ensure_dir

Function ensure_dir

software-copyright-materials/scripts/common.py:256–258  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

254
255
256def ensure_dir(path: Path) -> Path:
257 path.mkdir(parents=True, exist_ok=True)
258 return path

Callers 9

mainFunction · 0.90
mainFunction · 0.90
build_allFunction · 0.90
extractFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected