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

Method to_json

prqlc/prqlc/src/error_message.rs:132–134  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

130
131impl ErrorMessages {
132 pub fn to_json(&self) -> String {
133 serde_json::to_string(self).unwrap()
134 }
135
136 /// Computes message location and builds the pretty display.
137 pub fn composed(mut self, sources: &SourceTree) -> Self {

Callers 8

return_or_throwFunction · 0.80
to_result_tupleFunction · 0.80
prql_to_plFunction · 0.80
pl_to_prqlFunction · 0.80
pl_to_rqFunction · 0.80
rq_to_sqlFunction · 0.80
prql_lineageFunction · 0.80
pl_to_lineageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected