Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ pop_context
Method
pop_context
sql/sql_lex.h:2603–2606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2601
}
2602
2603
void pop_context()
2604
{
2605
context_stack.pop();
2606
}
2607
2608
bool copy_db_to(char **p_db, size_t *p_db_length) const;
2609
Callers
1
add_fake_select_lex
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected