Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: make exists faster by using access
access is faster than stat, because we don't have to return the actual stat results.
- Loading branch information