MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / startCommandLine

Method startCommandLine

CLI/CLI.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void Parser::startCommandLine() // (pat) Start a simple command line processor as a separate thread.
216{
217 static Thread commandLineThread;
218 commandLineThread.start(commandLineFunc,NULL);
219}
220
221
222const char * Parser::help(const string& cmd) const

Callers 1

mainFunction · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected