MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / Close

Function Close

cli/internal/analytics/client.go:331–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329}
330
331func Close() {
332 if client == nil {
333 return
334 }
335 client.Close()
336}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected