MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmd_quit_parsed

Function cmd_quit_parsed

dpdk/app/test/commands.c:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215};
216
217static void
218cmd_quit_parsed(__rte_unused void *parsed_result,
219 struct cmdline *cl,
220 __rte_unused void *data)
221{
222 cmdline_quit(cl);
223}
224
225cmdline_parse_token_string_t cmd_quit_quit =
226 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,

Callers

nothing calls this directly

Calls 1

cmdline_quitFunction · 0.85

Tested by

no test coverage detected