Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
def
iter_markdown_files() -> list[Path]:
48
return
sorted(path
for
path in ROOT.rglob(
"*.md"
)
if
not should_skip(path))
49
50
51
def
strip_fenced_blocks(text: str) -> str:
Callers
1
main
Function · 0.85
Calls
1
should_skip
Function · 0.85
Tested by
no test coverage detected