Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
type
noopProgressBar
struct
{
12
}
13
14
func
(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