blob: 8dcf9dc6e0cd33f456ee5cc674890b13d51242a8 [file] [log] [blame]
Szymon Dompke32305f12022-07-05 15:37:21 +02001#pragma once
2
3#include <string>
4
5namespace utils::string_utils
6{
7std::string getMaxPrefix();
8std::string getMaxId();
9std::string getMaxName();
10std::string getTooLongPrefix();
11std::string getTooLongId();
12std::string getTooLongName();
Patrick Williams3a1c2972023-05-10 07:51:04 -050013} // namespace utils::string_utils