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

Function pop_args

dpdk/app/test-pmd/cmdline_flow.c:7599–7603  ·  view source on GitHub ↗

Remove and return last entry from argument stack. */

Source from the content-addressed store, hash-verified

7597
7598/** Remove and return last entry from argument stack. */
7599static const struct arg *
7600pop_args(struct context *ctx)
7601{
7602 return ctx->args_num ? ctx->args[--ctx->args_num] : NULL;
7603}
7604
7605/** Add entry on top of the argument stack. */
7606static int

Callers 15

parse_prefixFunction · 0.85
parse_vc_item_ecpri_typeFunction · 0.85
parse_actionFunction · 0.85
parse_intFunction · 0.85
parse_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected