MCPcopy
hub / github.com/ossf/scorecard / WithValues

Method WithValues

finding/finding.go:220–223  ·  view source on GitHub ↗

WithValues sets the values to an existing finding. No copy is made.

(values map[string]string)

Source from the content-addressed store, hash-verified

218// WithValues sets the values to an existing finding.
219// No copy is made.
220func (f *Finding) WithValues(values map[string]string) *Finding {
221 f.Values = values
222 return f
223}
224
225// WithPatch adds a patch to an existing finding.
226// No copy is made.

Callers 3

RunFunction · 0.80
RunFunction · 0.80
RunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected