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

Function cmd_autocomplete_2_parsed

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

Source from the content-addressed store, hash-verified

153};
154
155static void
156cmd_autocomplete_2_parsed(__rte_unused void *parsed_result,
157 struct cmdline *cl,
158 __rte_unused void *data)
159{
160 cmdline_printf(cl, "Autocomplete command 2 parsed!\n");
161}
162
163cmdline_parse_token_string_t cmd_autocomplete_2_tok =
164 TOKEN_STRING_INITIALIZER(struct cmd_autocomplete_2_result, token,

Callers

nothing calls this directly

Calls 1

cmdline_printfFunction · 0.85

Tested by

no test coverage detected