blob: 8dcf9dc6e0cd33f456ee5cc674890b13d51242a8 [file] [log] [blame]
#pragma once
#include <string>
namespace utils::string_utils
{
std::string getMaxPrefix();
std::string getMaxId();
std::string getMaxName();
std::string getTooLongPrefix();
std::string getTooLongId();
std::string getTooLongName();
} // namespace utils::string_utils