MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / setKeyValue

Method setKeyValue

test/DeclManager.cpp:79–83  ·  view source on GitHub ↗

API method to simulate a change of the declaration contents

Source from the content-addressed store, hash-verified

77
78 // API method to simulate a change of the declaration contents
79 void setKeyValue(const std::string& key, const std::string& value) override
80 {
81 _keyValues[key] = value;
82 onParsedContentsChanged();
83 }
84
85 void foreachKeyValue(std::function<void(std::pair<std::string, std::string>)> functor) override
86 {

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
performModelNodeTestFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
withRadiusMethod · 0.45
projectedMethod · 0.45
TEST_FFunction · 0.45
setupTestEntityFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36