MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / parse_repo

Function parse_repo

beanhub_cli/auth.py:22–25  ·  view source on GitHub ↗
(repo: str | None)

Source from the content-addressed store, hash-verified

20
21
22def parse_repo(repo: str | None) -> typing.Tuple[str | None, str | None]:
23 if repo is None:
24 return None, None
25 return tuple(repo.split("/", 1))
26
27
28def _find_active_repo(

Callers 1

ensure_auth_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected