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

Method with_source

prqlc/prqlc-parser/src/error.rs:207–210  ·  view source on GitHub ↗
(self, _source: ErrorSource)

Source from the content-addressed store, hash-verified

205 }
206
207 fn with_source(self, _source: ErrorSource) -> Self {
208 // self.source = source;
209 self
210 }
211}
212
213impl<T, E: WithErrorInfo> WithErrorInfo for Result<T, E> {

Callers 5

convert_lexer_errorFunction · 0.80
compileFunction · 0.80
pl_to_rqFunction · 0.80
pl_to_rq_treeFunction · 0.80
rq_to_sqlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected