Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scope
check_file()
search space (#4933)
`check_file()` is now limited to searching opt-in directories: /data, /models, /utils. This prevents large non-project directories like /.git and /venv from being searched, which may cause `check_file()` to slow significantly.
- Loading branch information