MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / timestamp

Function timestamp

crates/openshell-core/src/telemetry.rs:360–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

telemetry_workerFunction · 0.85
emit_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected