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

Function _db_explain_init_

dbug/dbug.c:1186–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184 */
1185
1186int _db_explain_init_(char *buf, size_t len)
1187{
1188 CODE_STATE cs;
1189 memset(&cs, 0, sizeof(cs));
1190 cs.stack=&init_settings;
1191 return _db_explain_(&cs, buf, len);
1192}
1193
1194/*
1195 * FUNCTION

Callers

nothing calls this directly

Calls 1

_db_explain_Function · 0.85

Tested by

no test coverage detected