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

Function cmd_quit_parsed

dpdk/app/test-cmdline/commands.c:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27static void
28cmd_quit_parsed(__rte_unused void *parsed_result,
29 struct cmdline *cl,
30 __rte_unused void *data)
31{
32 cmdline_quit(cl);
33}
34
35cmdline_parse_token_string_t cmd_quit_tok =
36 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