Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ reset
Method
reset
sql/sql_lex.h:2783–2787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2781
Yacc_state m_yacc;
2782
2783
void reset(char *found_semicolon, unsigned int length)
2784
{
2785
m_lip.reset(found_semicolon, length);
2786
m_yacc.reset();
2787
}
2788
};
2789
2790
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected