MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / Xml

Function Xml

cmd/format/xml.go:8–12  ·  view source on GitHub ↗
(report Report, out string)

Source from the content-addressed store, hash-verified

6)
7
8func Xml(report Report, out string) {
9 outWrite(out, func(w io.Writer) error {
10 return xml.NewEncoder(w).Encode(report)
11 })
12}

Callers 1

SaveFunction · 0.85

Calls 2

outWriteFunction · 0.85
EncodeMethod · 0.80

Tested by

no test coverage detected