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

Function DsdxJson

cmd/format/dsdx.go:18–22  ·  view source on GitHub ↗
(report Report, out string)

Source from the content-addressed store, hash-verified

16}
17
18func DsdxJson(report Report, out string) {
19 outWrite(out, func(w io.Writer) error {
20 return json.NewEncoder(w).Encode(dsdxDoc(report))
21 })
22}
23
24func DsdxXml(report Report, out string) {
25 outWrite(out, func(w io.Writer) error {

Callers 1

SaveFunction · 0.85

Calls 3

outWriteFunction · 0.85
dsdxDocFunction · 0.85
EncodeMethod · 0.80

Tested by

no test coverage detected