MCPcopy Create free account
hub / github.com/conforma/cli / keepSomeMetadata

Function keepSomeMetadata

internal/output/output.go:213–217  ·  view source on GitHub ↗
(results []evaluator.Result)

Source from the content-addressed store, hash-verified

211}
212
213func keepSomeMetadata(results []evaluator.Result) {
214 for i := range results {
215 keepSomeMetadataSingle(results[i])
216 }
217}
218
219func keepSomeMetadataSingle(result evaluator.Result) {
220 for key := range result.Metadata {

Callers 1

SetPolicyCheckMethod · 0.85

Calls 1

keepSomeMetadataSingleFunction · 0.85

Tested by

no test coverage detected