MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / Get

Method Get

emmy_tool/src/command_line.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 */
74 template <typename T>
75 T Get(const std::string& name) const
76 {
77 throw CommandLineException("unkown type");
78 }
79
80 template <>
81 bool Get(const std::string& name) const

Callers

nothing calls this directly

Calls 2

countMethod · 0.80

Tested by

no test coverage detected