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

Function clone_Copt_cb

tools/ifconfig/ifclone.c:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233};
234
235static void
236clone_Copt_cb(const char *optarg __unused)
237{
238 list_cloners();
239 exit(exit_code);
240}
241static struct option clone_Copt = { .opt = "C", .opt_usage = "[-C]", .cb = clone_Copt_cb };
242
243static __constructor void

Callers

nothing calls this directly

Calls 1

list_clonersFunction · 0.85

Tested by

no test coverage detected