
We're not mutating the string, so it can be const. And we can pass by reference instead of by value to avoid the copy.
Description
Languages
C++
69.6%
Dockerfile
17.9%
Makefile
12.5%