Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
def
_repo_slug() -> str:
118
out = _run_gh([
"repo"
,
"view"
,
"--json"
,
"nameWithOwner"
])
119
return
json.loads(out)[
"nameWithOwner"
]
120
121
122
def
fetch_comments(pr: int) -> list[Comment]:
Callers
2
fetch_comments
Function · 0.85
reply
Function · 0.85
Calls
1
_run_gh
Function · 0.85
Tested by
no test coverage detected