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

Function cmd_single_parsed

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

Source from the content-addressed store, hash-verified

56};
57
58static void
59cmd_single_parsed(__rte_unused void *parsed_result,
60 struct cmdline *cl,
61 __rte_unused void *data)
62{
63 cmdline_printf(cl, "Single word command parsed!\n");
64}
65
66cmdline_parse_token_string_t cmd_single_tok =
67 TOKEN_STRING_INITIALIZER(struct cmd_single_result, single,

Callers

nothing calls this directly

Calls 1

cmdline_printfFunction · 0.85

Tested by

no test coverage detected