content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference
There's no need to take this by value when it's possible to avoid unnecessary copies entirely like this.
Loading
Please register or sign in to comment
There's no need to take this by value when it's possible to avoid unnecessary copies entirely like this.