MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / parse

Method parse

src/SimpleCLI.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void SimpleCLI::parse(const String& input) {
59 parse(input.c_str(), input.length());
60}
61
62void SimpleCLI::parse(const char* input) {
63 if (input) parse(input, strlen(input));

Callers

nothing calls this directly

Calls 10

parse_linesFunction · 0.85
cmd_parseFunction · 0.85
cmd_pushFunction · 0.85
cmd_copyFunction · 0.85
cmd_error_pushFunction · 0.85
cmd_error_copyFunction · 0.85
cmd_error_destroyFunction · 0.85
cmd_reset_cliFunction · 0.85
line_list_destroyFunction · 0.85

Tested by

no test coverage detected