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

Function get_analyzer_description

aura/info.py:24–28  ·  view source on GitHub ↗
(analyzer)

Source from the content-addressed store, hash-verified

22
23
24def get_analyzer_description(analyzer) -> str:
25 doc = getattr(analyzer, "analyzer_description", None)
26 if not doc:
27 doc = inspect.getdoc(analyzer) or "Description N/A"
28 return doc
29
30
31def check_pypi_stats() -> dict:

Callers 1

gather_aura_informationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected