MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / invalid_input

Function invalid_input

src/storage.rs:592–594  ·  view source on GitHub ↗
(message: impl Into<String>)

Source from the content-addressed store, hash-verified

590}
591
592fn invalid_input(message: impl Into<String>) -> io::Error {
593 io::Error::new(io::ErrorKind::InvalidInput, message.into())
594}
595
596fn path_parent(path: &Path) -> &Path {
597 path.parent().unwrap_or_else(|| Path::new(""))

Callers 4

write_file_atomicallyMethod · 0.85
copy_artifactMethod · 0.85
copy_dirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected