MCPcopy Index your code
hub / github.com/github/spec-kit / _default_config_path

Function _default_config_path

src/specify_cli/authentication/config.py:34–36  ·  view source on GitHub ↗

Return ``~/.specify/auth.json``.

()

Source from the content-addressed store, hash-verified

32
33
34def _default_config_path() -> Path:
35 """Return ``~/.specify/auth.json``."""
36 return Path.home() / ".specify" / "auth.json"
37
38
39def _is_valid_host_pattern(pattern: str) -> bool:

Callers 2

load_auth_configFunction · 0.85
_load_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected