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

Method pop_query

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

Source from the content-addressed store, hash-verified

127 }
128
129 fn pop_query(&mut self) {
130 self.query = self.query_stack.pop().unwrap();
131 }
132}
133
134#[cfg(test)]

Callers 2

compile_loopFunction · 0.80

Calls 1

popMethod · 0.80

Tested by

no test coverage detected