MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / deps_dir

Function deps_dir

rust/src/utils.rs:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67pub(crate) fn deps_dir() -> errors::Result<String> {
68 let mut pb = jassets_path()?;
69 pb.pop();
70 pb.push("deps");
71 Ok(pb.to_str().unwrap_or("./deps/").to_owned())
72}
73
74pub(crate) fn jassets_path() -> errors::Result<PathBuf> {
75 let pb_opt = {

Callers 2

buildMethod · 0.85

Calls 1

jassets_pathFunction · 0.85

Tested by

no test coverage detected