Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _detect_rc_path
Function
_detect_rc_path
uncommon_route/cli.py:307–309 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
305
306
307
def
_detect_rc_path() -> tuple[str, Path]:
308
display = _detect_rc_file()
309
return
display, Path(display).expanduser()
310
311
312
def
_render_client_exports(client: str, *, port: int) -> list[str]:
Callers
1
_cmd_init
Function · 0.85
Calls
1
_detect_rc_file
Function · 0.85
Tested by
no test coverage detected