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

Method list_targets

prqlc/prqlc/src/cli/mod.rs:351–354  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

349 }
350
351 fn list_targets(&self) -> std::result::Result<(), anyhow::Error> {
352 println!("{}", Target::names().join("\n"));
353 Ok(())
354 }
355
356 fn run_io_command(&mut self) -> std::result::Result<(), anyhow::Error> {
357 let (mut file_tree, main_path) = self.read_input()?;

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected