MCPcopy Create free account
hub / github.com/METR/vivaria / get_github_org

Function get_github_org

cli/viv_cli/github.py:17–23  ·  view source on GitHub ↗

Get the GitHub org. Returns: GitHub organization.

()

Source from the content-addressed store, hash-verified

15
16
17def get_github_org() -> str:
18 """Get the GitHub org.
19
20 Returns:
21 GitHub organization.
22 """
23 return get_user_config().githubOrg
24
25
26def check_git_remote_set() -> bool:

Callers 2

check_remote_is_orgFunction · 0.85
create_repo_urlFunction · 0.85

Calls 1

get_user_configFunction · 0.90

Tested by

no test coverage detected