Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
256
def
ensure_dir(path: Path) -> Path:
257
path.mkdir(parents=True, exist_ok=True)
258
return
path
Callers
9
main
Function · 0.90
main
Function · 0.90
build_all
Function · 0.90
extract
Function · 0.90
main
Function · 0.90
collect_manual_screenshots
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected