Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ checkState
Method
checkState
MyGUIEngine/src/MyGUI_ResourceSkin.cpp:223–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
void ResourceSkin::checkState(const MapStateInfo& _states)
224
{
225
for (const auto& state : _states)
226
{
227
checkState(state.first);
228
}
229
}
230
231
void ResourceSkin::checkState(std::string_view _name)
232
{
Callers
nothing calls this directly
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected