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

Function DictIteratorKey

source/common/scripting/core/dictionary.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected