MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / WithValues

Method WithValues

internal/logging/logr.go:94–99  ·  view source on GitHub ↗
(kv ...any)

Source from the content-addressed store, hash-verified

92}
93
94func (s *sink) WithValues(kv ...any) logr.LogSink {
95 n := len(s.values)
96 out := *s
97 out.values = append(out.values[:n:n], kv...)
98 return &out
99}

Calls

no outgoing calls

Tested by

no test coverage detected