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

Struct noopProgressBar

cli/cmd/progress.go:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type noopProgressBar struct {
12}
13
14func (noopProgressBar) Write(p []byte) (int, error) {
15 return len(p), nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected