MCPcopy Create free account
hub / github.com/Louisym/MiniCC / summary_lines

Method summary_lines

src/models.py:45–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 modules: list[PortingModule] = field(default_factory=list)
44
45 def summary_lines(self) -> list[str]:
46 return [
47 f'- {module.name} [{module.status}] — {module.responsibility} (from {module.source_hint})'
48 for module in self.modules
49 ]

Callers 1

render_summaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected