Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addParam
Method
addParam
MyGUIEngine/src/MyGUI_ChildSkinInfo.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void ChildSkinInfo::addParam(std::string_view _key, std::string_view _value)
41
{
42
mapSet(params, _key, _value);
43
}
44
45
} // namespace MyGUI
Callers
1
deserialization
Method · 0.80
Calls
1
mapSet
Function · 0.50
Tested by
no test coverage detected