MCPcopy
hub / github.com/yeasy/docker_practice / check_summary_links

Function check_summary_links

check_project_rules.py:175–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173
174
175def check_summary_links() -> list[str]:
176 summary = ROOT / "SUMMARY.md"
177 if not summary.exists():
178 return []
179 return check_links(summary, summary.read_text(encoding="utf-8", errors="ignore"))
180
181
182def main() -> int:

Callers 1

mainFunction · 0.85

Calls 1

check_linksFunction · 0.85

Tested by

no test coverage detected