mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 12:41:05 +00:00
Avoids the need to create a copy of the std::string instance (potentially allocating). The only reason RegisterService takes its argument by value is because it's std::moved internally.