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

Method has_documentation

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

Source from the content-addressed store, hash-verified

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
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

Callers 1

get_score_entriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected