MCPcopy 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
65func (s SecretAwareWriter) Write(p []byte) (n int, err error) {
66 return s.out.Write(s.redactor.RedactBytes(p))
67}

Callers 1

TestRedactionFunction · 0.95

Calls 2

RedactBytesMethod · 0.80
WriteMethod · 0.65

Tested by 1

TestRedactionFunction · 0.76