if (!outstring.Contains('{')) return (!paramDict.IsEmpty()); GS::UniString part = ""; bool hasmorph = false; for (UInt32 i = 0; i < expression.Count('{'); i++) { part = outstring.GetSubstring('{', '}', 0); if (!paramDict.ContainsKey(part)) { paramDict.Add(part, true);
This issue was generated by todo-issue based on a TODO comment in 3ffcf585ad3c1c20f6be6fa34658031ab7215fde. It's been assigned to @kuvbur because they committed the code.
if (!outstring.Contains('{')) return (!paramDict.IsEmpty()); GS::UniString part = ""; bool hasmorph = false; for (UInt32 i = 0; i < expression.Count('{'); i++) { part = outstring.GetSubstring('{', '}', 0); if (!paramDict.ContainsKey(part)) { paramDict.Add(part, true);
https://github.com/kuvbur/AddOn_SomeStuff/blob/3ffcf585ad3c1c20f6be6fa34658031ab7215fde/Sources/AddOn/Helpers.cpp#L1237-L1242
This issue was generated by todo-issue based on a
TODO
comment in 3ffcf585ad3c1c20f6be6fa34658031ab7215fde. It's been assigned to @kuvbur because they committed the code.