Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudquery/cloudquery
/ Write
Method
Write
cli/internal/secrets/secrets.go:65–67 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(s SecretAwareWriter) Write(p []byte) (n int, err error) {
66
return
s.out.Write(s.redactor.RedactBytes(p))
67
}
Callers
1
TestRedaction
Function · 0.95
Calls
2
RedactBytes
Method · 0.80
Write
Method · 0.65
Tested by
1
TestRedaction
Function · 0.76