Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ get_contributors
Method
get_contributors
aura/github.py:86–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
raise
85
86
def
get_contributors(self) -> list:
87
url = f
"https://api.github.com/repos/{self.owner}/{self.name}/contributors"
88
return
self._get_json(url=url)
89
90
91
class
GitHubPrefetcher:
Callers
1
__init__
Method · 0.95
Calls
1
_get_json
Method · 0.95
Tested by
no test coverage detected