Change 'const std::string&' to `std::string_view`
Create a script to change all the const std::string&
to std::string_view
as it's suggested by SonarCloud.
Create a script to change all the const std::string&
to std::string_view
as it's suggested by SonarCloud.