Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
pub fn install_dir() -> PathBuf {
82
target_dir().join(
"cargo-run"
)
83
}
84
85
pub fn bin_dir() -> PathBuf {
86
install_dir().join(
"bin"
)
Callers
2
bin_dir
Function · 0.85
install_action
Function · 0.85
Calls
1
target_dir
Function · 0.85
Tested by
no test coverage detected