MCPcopy Create free account
hub / github.com/DiamondHunters/NodeInject / file_exist

Function file_exist

src/main.rs:34–36  ·  view source on GitHub ↗
(archive: &str)

Source from the content-addressed store, hash-verified

32 println!("done!");
33}
34fn file_exist(archive: &str) -> bool {
35 return std::path::Path::new(archive).exists()
36}
37
38
39#[cfg(not(feature = "no_embed"))]

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected