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

Function main

extra/resolve_stack_dump.c:314–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313
314int main(int argc, char** argv)
315{
316 MY_INIT(argv[0]);
317 parse_args(argc, argv);
318 open_files();
319 init_sym_table();
320 do_resolve();
321 clean_up();
322 return 0;
323}

Callers

nothing calls this directly

Calls 5

parse_argsFunction · 0.85
open_filesFunction · 0.85
init_sym_tableFunction · 0.85
do_resolveFunction · 0.85
clean_upFunction · 0.70

Tested by

no test coverage detected