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

Function telemetry_endpoint

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

Source from the content-addressed store, hash-verified

338
339#[cfg(feature = "telemetry")]
340fn telemetry_endpoint() -> Option<String> {
341 telemetry_endpoint_from(
342 std::env::var("OPENSHELL_TELEMETRY_ENDPOINT")
343 .ok()
344 .as_deref(),
345 )
346}
347
348#[cfg(feature = "telemetry")]
349fn telemetry_endpoint_from(endpoint: Option<&str>) -> Option<String> {

Callers 1

emit_eventFunction · 0.85

Calls 1

telemetry_endpoint_fromFunction · 0.85

Tested by

no test coverage detected