Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ getGlobalDef
Method
getGlobalDef
lib/type/Type.cpp:196–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
std::string Type::getTypeName() const { return TypeName; }
195
196
const Enum *Type::getGlobalDef() const { return GlobalDef.get(); }
197
198
const ArrayInfo *Type::getArrayInfo() const {
199
assert(PtrInfo &&
"Unexpected Program State"
);
Callers
3
addFieldToDescriptorEnumType
Method · 0.80
generate
Method · 0.80
TEST_F
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
1
TEST_F
Function · 0.64