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

Function project_path

prqlc/prqlc/src/cli/test.rs:577–584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575}
576
577fn project_path() -> PathBuf {
578 current_dir()
579 .unwrap()
580 // We canonicalize so that it doesn't matter where the cwd is.
581 .canonicalize()
582 .unwrap()
583 .join("tests/integration/project")
584}
585
586fn prqlc_command() -> Command {
587 let mut cmd = Command::new(get_cargo_bin("prqlc"));

Callers 2

compile_projectFunction · 0.85
formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected