MCPcopy Index your code
hub / github.com/InferCore/InferCore / Shutdown

Method Shutdown

internal/server/server.go:157–157  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

155 }
156 type shutdowner interface {
157 Shutdown(context.Context) error
158 }
159 if x, ok := s.telemetry.(shutdowner); ok {
160 return x.Shutdown(ctx)

Callers 5

NewOtelOTLPExporterFunction · 0.65
ShutdownMethod · 0.65
ShutdownMethod · 0.65
serveCmdFunction · 0.65

Implementers 2

OtelOTLPExporterinternal/telemetry/otel_otlp_exporter.
Serverinternal/server/server.go

Calls

no outgoing calls

Tested by 1