MCPcopy Index your code
hub / github.com/LaunchPlatform/beanhub-cli / AuthConfig

Class AuthConfig

beanhub_cli/auth.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15@dataclasses.dataclass
16class AuthConfig:
17 token: str
18 username: str
19 repo: str
20
21
22def parse_repo(repo: str | None) -> typing.Tuple[str | None, str | None]:

Callers 1

ensure_auth_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected