MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / generated_aot_dir

Function generated_aot_dir

xtask/src/main.rs:9015–9017  ·  view source on GitHub ↗
(target: &str)

Source from the content-addressed store, hash-verified

9013}
9014
9015fn generated_aot_dir(target: &str) -> PathBuf {
9016 Path::new("target/pglite-oxide/aot").join(target)
9017}
9018
9019fn crate_aot_artifact_dir(target: &str) -> PathBuf {
9020 Path::new("crates/aot").join(target).join("artifacts")

Callers 6

download_assets_from_runFunction · 0.85
stage_release_workspaceFunction · 0.85
package_aot_artifactsFunction · 0.85
find_aot_artifact_dirFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected