()
| 358 | |
| 359 | #[cfg(feature = "telemetry")] |
| 360 | fn timestamp() -> String { |
| 361 | Utc::now().to_rfc3339_opts(SecondsFormat::Millis, true) |
| 362 | } |
| 363 | |
| 364 | #[cfg(feature = "telemetry")] |
| 365 | fn client_version() -> &'static str { |
no outgoing calls
no test coverage detected