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

Function DictInsert

source/common/scripting/core/dictionary.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static void DictInsert(Dictionary *dict, const FString &key, const FString &value)
58{
59 dict->Map.Insert(key, value);
60}
61
62static void DictAt(const Dictionary *dict, const FString &key, FString *result)
63{

Callers 1

Calls 1

InsertMethod · 0.45

Tested by

no test coverage detected