Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isChild
Method
isChild
Tools/EditorFramework/DataType.cpp:51–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
bool DataType::isChild(std::string_view _child) const
52
{
53
for (const auto& child : mChilds)
54
{
55
if (child == _child)
56
return true;
57
}
58
59
return false;
60
}
61
62
}
Callers
2
insertChild
Method · 0.80
getParentType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected