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

Method push_context

sql/sql_lex.h:2598–2601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2596 }
2597
2598 bool push_context(Name_resolution_context *context)
2599 {
2600 return context_stack.push_front(context);
2601 }
2602
2603 void pop_context()
2604 {

Callers 2

init_queryMethod · 0.45

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected