Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
Xml(report Report, out string) {
9
outWrite(out,
func
(w io.Writer) error {
10
return
xml.NewEncoder(w).Encode(report)
11
})
12
}
Callers
1
Save
Function · 0.85
Calls
2
outWrite
Function · 0.85
Encode
Method · 0.80
Tested by
no test coverage detected