Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isAnyCharacter
Method
isAnyCharacter
lib/type/Type.cpp:215–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
bool Type::isUnsigned() const { return Unsigned; }
214
215
bool Type::isAnyCharacter() const { return AnyCharacter; }
216
217
void Type::setASTTypeName(std::string ASTTypeName) {
218
this->ASTTypeName = ASTTypeName;
Callers
2
isByteType
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64