MCPcopy Create free account
hub / github.com/PRQL/prql / push_query

Method push_query

prqlc/prqlc/src/sql/mod.rs:125–127  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

123 }
124
125 fn push_query(&mut self) {
126 self.query_stack.push(self.query.clone());
127 }
128
129 fn pop_query(&mut self) {
130 self.query = self.query_stack.pop().unwrap();

Callers 2

compile_loopFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected