| 134 | bool IsValidTableName(const std::string& str) { return IsValidName(str); } |
| 135 | |
| 136 | bool IsValidGroupName(const std::string& str) { return IsValidName(str); } |
| 137 | |
| 138 | bool IsValidUserName(const std::string& str) { return IsValidName(str); } |
| 139 |
no test coverage detected