MCPcopy
hub / github.com/OpenBMB/VoxCPM / validate_output_path

Function validate_output_path

src/voxcpm/cli.py:35–38  ·  view source on GitHub ↗
(output_path: str)

Source from the content-addressed store, hash-verified

33
34
35def validate_output_path(output_path: str) -> Path:
36 path = Path(output_path)
37 path.parent.mkdir(parents=True, exist_ok=True)
38 return path
39
40
41def validate_ranges(args, parser):

Callers 1

_run_singleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…