Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
_support_dir() -> Path:
29
root = data_dir() /
"support"
30
root.mkdir(parents=True, exist_ok=True, mode=0o700)
31
return
root
32
33
34
def
_output_path(output_path: str | None) -> Path:
Callers
1
_output_path
Function · 0.85
Calls
1
data_dir
Function · 0.90
Tested by
no test coverage detected