Replace std::string::find == 0 with StringRef::startswith
This is both more readable and faster. Found by clang-tidy's abseil-string-find-startswith.
Loading
Please register or sign in to comment
This is both more readable and faster. Found by clang-tidy's abseil-string-find-startswith.