pub fn process_locals(strip_comment: &str, nvim_like: bool, src: &str) -> String
Expand description
Pre-process locals queries.
See the crate docs for information on the parameters.
ยงPanics
The function panics if the query string cannot be parsed by rsexpr
.