Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_debugger
Function · 0.45
cs_debugger_step_callback
Function · 0.45
opt_expr
Method · 0.45
match_grammar
Method · 0.45
process_char_buff
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected