MCPcopy Create free account
hub / github.com/apache/fory / should_skip_dir

Function should_skip_dir

compiler/fory_compiler/cli.py:55–57  ·  view source on GitHub ↗

Return True if directory should be skipped during scans.

(name: str)

Source from the content-addressed store, hash-verified

53
54
55def should_skip_dir(name: str) -> bool:
56 """Return True if directory should be skipped during scans."""
57 return name in SKIP_DIR_NAMES or name.startswith(".")
58
59
60def is_generated_file(path: Path) -> bool:

Callers 1

scan_generated_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected