Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
translate_select_pipeline
Function · 0.80
compile_loop
Function · 0.80
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected