You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[perf] Skip cache check if store path exists locally (#2042)
## Summary
If store path exists locally, we know we can use that store path in
`fetchClosure`. This helps speed up almost any operation where state is
not up to date and we need to check if some store path is in cache.
## How was it tested?
* added print statement
`devbox run echo 5`
0 commit comments