Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
175
def
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
182
def
main() -> int:
Callers
1
main
Function · 0.85
Calls
1
check_links
Function · 0.85
Tested by
no test coverage detected