MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetValue

Method GetValue

Libs/flatbuffers/code_generators.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 std::string GetValue(const std::string &key) const {
59 const auto it = value_map_.find(key);
60 return it == value_map_.end() ? "" : it->second;
61 }
62
63 // Appends the given text to the generated code as well as a newline
64 // character. Any text within {{ and }} delimiters is replaced by values

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected