MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _support_dir

Function _support_dir

uncommon_route/support.py:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def _support_dir() -> Path:
29 root = data_dir() / "support"
30 root.mkdir(parents=True, exist_ok=True, mode=0o700)
31 return root
32
33
34def _output_path(output_path: str | None) -> Path:

Callers 1

_output_pathFunction · 0.85

Calls 1

data_dirFunction · 0.90

Tested by

no test coverage detected