MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / install_dir

Function install_dir

tools/cargo-run/src/lib.rs:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81pub fn install_dir() -> PathBuf {
82 target_dir().join("cargo-run")
83}
84
85pub fn bin_dir() -> PathBuf {
86 install_dir().join("bin")

Callers 2

bin_dirFunction · 0.85
install_actionFunction · 0.85

Calls 1

target_dirFunction · 0.85

Tested by

no test coverage detected