MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / get_options

Function get_options

extra/comp_err.c:1142–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140
1141
1142static int get_options(int *argc, char ***argv)
1143{
1144 int ho_error;
1145 DBUG_ENTER("get_options");
1146
1147 if ((ho_error= handle_options(argc, argv, my_long_options, get_one_option)))
1148 DBUG_RETURN(ho_error);
1149 DBUG_RETURN(0);
1150}
1151
1152
1153/*

Callers 1

mainFunction · 0.70

Calls 1

handle_optionsFunction · 0.85

Tested by

no test coverage detected