MCPcopy Create free account
hub / github.com/dfranx/SHADERed / RenameGroup

Method RenameGroup

src/SHADERed/Objects/MessageStack.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return cnt;
50 }
51 void MessageStack::RenameGroup(const std::string& group, const std::string& newName)
52 {
53 for (int i = 0; i < m_msgs.size(); i++)
54 if (m_msgs[i].Group == group)
55 m_msgs[i].Group = newName;
56 }
57 bool MessageStack::CanRenderPreview()
58 {
59 for (int i = 0; i < m_msgs.size(); i++)

Callers 1

UpdateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected