MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / _has_non_code

Function _has_non_code

graphify/watch.py:1103–1104  ·  view source on GitHub ↗
(changed_paths: list[Path])

Source from the content-addressed store, hash-verified

1101
1102
1103def _has_non_code(changed_paths: list[Path]) -> bool:
1104 return any(p.suffix.lower() not in _CODE_EXTENSIONS for p in changed_paths)
1105
1106
1107def watch(watch_path: Path, debounce: float = 3.0) -> None:

Callers 1

watchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected