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

Function Dsdx

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

Source from the content-addressed store, hash-verified

10)
11
12func Dsdx(report Report, out string) {
13 outWrite(out, func(w io.Writer) error {
14 return dsdxDoc(report).WriteDsdx(w)
15 })
16}
17
18func DsdxJson(report Report, out string) {
19 outWrite(out, func(w io.Writer) error {

Callers 2

SaasFunction · 0.85
SaveFunction · 0.85

Calls 3

outWriteFunction · 0.85
dsdxDocFunction · 0.85
WriteDsdxMethod · 0.80

Tested by

no test coverage detected