MCPcopy Create free account
hub / github.com/Wulf/dsync / format_path

Function format_path

src/error.rs:136–138  ·  view source on GitHub ↗
(msg: String)

Source from the content-addressed store, hash-verified

134/// Helper function to keep consistent formatting
135#[inline]
136fn format_path(msg: String) -> String {
137 format!("Path \"{}\"", msg)
138}
139
140/// Trait to map [std::io::Error] into [Error]
141pub trait IOErrorToError<T> {

Callers 2

custom_ioerror_pathMethod · 0.85
attach_path_errMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected