MCPcopy Create free account
hub / github.com/MyGUI/mygui / convertEditorToExportStateName

Method convertEditorToExportStateName

Tools/SkinEditor/SkinExportSerializer.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 std::string_view SkinExportSerializer::convertEditorToExportStateName(std::string_view _value)
278 {
279 MyGUI::MapString::const_iterator result = mEditorToExportNames.find(_value);
280 if (result != mEditorToExportNames.end())
281 return result->second;
282 return _value;
283 }
284
285 std::string_view SkinExportSerializer::convertExportToEditorStateName(std::string_view _value)
286 {

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected