Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ call
Method
call
sources/debugger.cpp:289–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
bool call(const std::string &name, const std::string &cmd)
290
{
291
return m_map.at(name)(cmd);
292
}
293
};
294
295
std::size_t time()
Callers
1
covscript_debugger
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected