MCPcopy Create free account
hub / github.com/containers/bubblewrap / parse_args

Function parse_args

bubblewrap.c:2794–2804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2792}
2793
2794static void
2795parse_args (int *argcp,
2796 const char ***argvp)
2797{
2798 int total_parsed_argc = *argcp;
2799
2800 parse_args_recurse (argcp, argvp, false, &total_parsed_argc);
2801
2802 if (next_overlay_src_count > 0)
2803 die ("--overlay-src must be followed by another --overlay-src or one of --overlay, --tmp-overlay, or --ro-overlay");
2804}
2805
2806static void
2807read_overflowids (void)

Callers 1

mainFunction · 0.85

Calls 2

parse_args_recurseFunction · 0.85
dieFunction · 0.85

Tested by

no test coverage detected