Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
int 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_args
Function · 0.85
open_files
Function · 0.85
init_sym_table
Function · 0.85
do_resolve
Function · 0.85
clean_up
Function · 0.70
Tested by
no test coverage detected