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

Function unavailable_error

src/daemon.rs:796–803  ·  view source on GitHub ↗
(socket_path: &Path)

Source from the content-addressed store, hash-verified

794}
795
796pub fn unavailable_error(socket_path: &Path) -> TraceDecayError {
797 TraceDecayError::Config {
798 message: format!(
799 "TraceDecay daemon socket '{}' is not available. Run `tracedecay daemon install-service` and ensure the service is running.",
800 socket_path.display()
801 ),
802 }
803}
804
805fn default_available_socket_path() -> Result<PathBuf> {
806 let socket_path = default_socket_path()?;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected