MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / iter_files

Function iter_files

scripts/website/audit_source_urls.py:33–35  ·  view source on GitHub ↗
(root: Path)

Source from the content-addressed store, hash-verified

31
32
33def iter_files(root: Path) -> Iterable[Path]:
34 for pattern in FILE_GLOBS:
35 yield from root.glob(pattern)
36
37
38def should_ignore_line(line: str) -> bool:

Callers 1

auditFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected