MCPcopy 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
85pub fn bin_dir() -> PathBuf {
86 install_dir().join("bin")
87}
88
89#[derive(Debug, thiserror::Error)]
90pub enum Error {

Callers

nothing calls this directly

Calls 1

install_dirFunction · 0.85

Tested by

no test coverage detected