| 173 | } |
| 174 | |
| 175 | static void DictIteratorKey(const DictionaryIterator *self, FString *result) |
| 176 | { |
| 177 | *result = self->Pair ? self->Pair->Key : FString {}; |
| 178 | } |
| 179 | |
| 180 | static void DictIteratorValue(const DictionaryIterator *self, FString *result) |
| 181 | { |
no outgoing calls
no test coverage detected