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

Function unsupported_platform

src/daemon.rs:2226–2230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2224
2225#[cfg(not(unix))]
2226fn unsupported_platform() -> TraceDecayError {
2227 TraceDecayError::Config {
2228 message: "TraceDecay daemon sockets are currently supported on Unix platforms".to_string(),
2229 }
2230}
2231#[cfg(test)]
2232#[allow(clippy::expect_used)]
2233mod tests;

Callers 3

run_foregroundFunction · 0.85
proxy_stdio_to_daemonFunction · 0.85
call_toolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected