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

Method getKeyValue

test/DeclManager.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 {}
71
72 std::string getKeyValue(const std::string& key) override
73 {
74 ensureParsed();
75 return _keyValues.count(key) > 0 ? _keyValues.at(key) : "";
76 }
77
78 // API method to simulate a change of the declaration contents
79 void setKeyValue(const std::string& key, const std::string& value) override

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
verifyTargetChanges1Function · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
getFirstNurbsVertexFunction · 0.45
TEST_FFunction · 0.45

Calls 1

countMethod · 0.45

Tested by 1

TEST_FFunction · 0.36