MCPcopy Create free account
hub / github.com/FastLED/FastLED / _repo_slug

Function _repo_slug

ci/tools/coderabbit_addressor.py:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116
117def _repo_slug() -> str:
118 out = _run_gh(["repo", "view", "--json", "nameWithOwner"])
119 return json.loads(out)["nameWithOwner"]
120
121
122def fetch_comments(pr: int) -> list[Comment]:

Callers 2

fetch_commentsFunction · 0.85
replyFunction · 0.85

Calls 1

_run_ghFunction · 0.85

Tested by

no test coverage detected