MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / ensure_directory

Function ensure_directory

benchmarks/src/utils/__init__.py:11–13  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

9
10
11def ensure_directory(path: Path) -> Path:
12 path.mkdir(parents=True, exist_ok=True)
13 return path.absolute()
14
15
16def check_file_exists(path: Path):

Callers 11

dump_resultsFunction · 0.90
generate_cluster_reportFunction · 0.85
generate_summary_htmlFunction · 0.85
generate_comparison_htmlFunction · 0.85
generate_summary_textFunction · 0.85
create_comparer_pageFunction · 0.85
saveMethod · 0.85
__init__Method · 0.85
_start_schedulerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected