MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / load_github

Method load_github

aura/package.py:355–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353 LOGGER.warning(f"Repository does not exists: `{self.pkg.source_url}`")
354
355 def load_github(self):
356 self.repo_url = self.pkg.source_url
357 if self.repo_url is None:
358 return
359
360 self.github = github.GitHub.from_url(self.repo_url)
361
362 def score_pypi_downloads(self) -> Union[Value, NA]:
363 try:

Callers 1

__init__Method · 0.95

Calls 1

from_urlMethod · 0.80

Tested by

no test coverage detected