Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ bin_dir
Function
bin_dir
tools/cargo-run/src/lib.rs:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
pub fn bin_dir() -> PathBuf {
86
install_dir().join(
"bin"
)
87
}
88
89
#[derive(Debug, thiserror::Error)]
90
pub enum Error {
Callers
nothing calls this directly
Calls
1
install_dir
Function · 0.85
Tested by
no test coverage detected