| 178 | } |
| 179 | |
| 180 | static void DictIteratorValue(const DictionaryIterator *self, FString *result) |
| 181 | { |
| 182 | *result = self->Pair ? self->Pair->Value : FString {}; |
| 183 | } |
| 184 | |
| 185 | //===================================================================================== |
| 186 | // |
no outgoing calls
no test coverage detected