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

Function emit_provider_lifecycle

crates/openshell-server/src/grpc/provider.rs:2289–2296  ·  view source on GitHub ↗
(
    provider_type: &str,
    operation: LifecycleOperation,
    outcome: TelemetryOutcome,
)

Source from the content-addressed store, hash-verified

2287}
2288
2289fn emit_provider_lifecycle(
2290 provider_type: &str,
2291 operation: LifecycleOperation,
2292 outcome: TelemetryOutcome,
2293) {
2294 let provider_profile = telemetry_provider_profile(provider_type);
2295 emit_provider_profile_lifecycle(provider_profile, operation, outcome);
2296}
2297
2298fn emit_provider_profile_lifecycle(
2299 provider_profile: TelemetryProviderProfile,

Callers 3

handle_create_providerFunction · 0.70
handle_update_providerFunction · 0.70

Calls 2

Tested by

no test coverage detected