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
refactor(vfs): consolidate temp file tests into vfs_test.go
Move all VFS unit tests from vfs_lock_test.go into vfs_test.go for
better organization alongside the integration tests. Inline the
localTempFile implementation directly in vfs.go using sync/atomic
for lock state tracking, removing the need for vfs_temp_file.go.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments