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

Method has_source_repository

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

Source from the content-addressed store, hash-verified

453 return self.Value(releases, normalized, "Multiple releases", f"{releases} (+{normalized})")
454
455 def has_source_repository(self) -> Value:
456 source = 1 if self.pkg.source_url else 0
457 return self.Value(source, source, "Has source repository", f"+{source}")
458
459 def has_documentation(self) -> Value:
460 doc = 1 if self.pkg.documentation_url else 0

Callers 1

get_score_entriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected