MCPcopy Create free account
hub / github.com/ZDoom/Raze / DictIteratorNext

Function DictIteratorNext

source/common/scripting/core/dictionary.cpp:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static int DictIteratorNext(DictionaryIterator *self)
168{
169 assert(self->Iterator != nullptr);
170
171 const bool hasNext { self->Iterator->NextPair(self->Pair) };
172 return hasNext;
173}
174
175static void DictIteratorKey(const DictionaryIterator *self, FString *result)
176{

Callers 1

Calls 1

NextPairMethod · 0.45

Tested by

no test coverage detected