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

Function iter_markdown_files

check_project_rules.py:47–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def iter_markdown_files() -> list[Path]:
48 return sorted(path for path in ROOT.rglob("*.md") if not should_skip(path))
49
50
51def strip_fenced_blocks(text: str) -> str:

Callers 1

mainFunction · 0.85

Calls 1

should_skipFunction · 0.85

Tested by

no test coverage detected