MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / has_homepage

Method has_homepage

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

Source from the content-addressed store, hash-verified

461 return self.Value(doc, doc, "Has documentation", f"+{doc}")
462
463 def has_homepage(self) -> Value:
464 homepage = 1 if self.pkg.homepage_url else 0
465 return self.Value(homepage, homepage, "Has homepage", f"+{homepage}")
466
467 def has_wheel(self) -> Value:
468 wheel = 0

Callers 1

get_score_entriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected