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

Method foreachKeyValue

test/DeclManager.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void foreachKeyValue(std::function<void(std::pair<std::string, std::string>)> functor) override
86 {
87 for (auto& pair : _keyValues)
88 {
89 functor(pair);
90 }
91 }
92
93 int generateSyntaxInvocationCount = 0;
94

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected