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

Function cmd_ambig_2_parsed

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

Source from the content-addressed store, hash-verified

252};
253
254static void
255cmd_ambig_2_parsed(__rte_unused void *parsed_result,
256 struct cmdline *cl,
257 __rte_unused void *data)
258{
259 cmdline_printf(cl, "Command 2 parsed!\n");
260}
261
262cmdline_parse_token_string_t cmd_ambig_common_2 =
263 TOKEN_STRING_INITIALIZER(struct cmd_ambig_result_2, common_part,

Callers

nothing calls this directly

Calls 1

cmdline_printfFunction · 0.85

Tested by

no test coverage detected