MCPcopy Create free account
hub / github.com/covscript/covscript / exist

Method exist

sources/debugger.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 bool exist(const std::string &name)
285 {
286 return m_map.count(name) > 0;
287 }
288
289 bool call(const std::string &name, const std::string &cmd)
290 {

Callers 5

covscript_debuggerFunction · 0.45
opt_exprMethod · 0.45
match_grammarMethod · 0.45
process_char_buffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected