MCPcopy Create free account
hub / github.com/baidu/tera / IsValidGroupName

Function IsValidGroupName

src/utils/string_util.cc:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SetTablePropertiesFunction · 0.85

Calls 1

IsValidNameFunction · 0.85

Tested by

no test coverage detected