sapling/eden/fs/inodes/fscatalog
Chad Austin a1cdb1efc2 pass folly::File by value instead of r-value reference
Summary:
For small handle types, passing by value is the correct choice,
because it indicates unconditional ownership transfer. (It also
generates slightly smaller code and is less typing.)

Reviewed By: xavierd

Differential Revision: D44927835

fbshipit-source-id: 5fefee7889e8216e46548f4801e83f51cde8b8c4
2023-04-24 19:11:42 -07:00
..
test pass folly::File by value instead of r-value reference 2023-04-24 19:11:42 -07:00
CMakeLists.txt rename fsoverlay dir to fscatalog 2022-10-31 20:58:02 -07:00
eden_fsck.cpp add --force option to eden_fsck C++ binary 2023-04-10 15:32:12 -07:00
FsInodeCatalog.cpp add --force option to eden_fsck C++ binary 2023-04-10 15:32:12 -07:00
FsInodeCatalog.h add --force option to eden_fsck C++ binary 2023-04-10 15:32:12 -07:00
InodePath.cpp rename fsoverlay dir to fscatalog 2022-10-31 20:58:02 -07:00
InodePath.h rename fsoverlay dir to fscatalog 2022-10-31 20:58:02 -07:00
OverlayChecker.cpp use InodeCatalog instead of FsInodeCatalog in OverlayChecker 2023-03-20 12:41:32 -07:00
OverlayChecker.h use InodeCatalog instead of FsInodeCatalog in OverlayChecker 2023-03-20 12:41:32 -07:00