MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / Shutdown

Method Shutdown

cli/internal/otel/receiver.go:77–80  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

75}
76
77func (c Consumer) Shutdown(ctx context.Context) {
78 close(c.quit)
79 c.wg.Wait()
80}
81
82type metricConsumer func(context.Context, pluginMetric)
83type tableDurationSetter func(string, time.Duration)

Callers 3

ShutdownMethod · 0.45
SetupOtelFunction · 0.45
runLoginFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected