()
| 2224 | |
| 2225 | #[cfg(not(unix))] |
| 2226 | fn 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)] |
| 2233 | mod tests; |
no outgoing calls
no test coverage detected