MCPcopy Index your code
hub / github.com/XmirrorSecurity/OpenSCA-cli / Copy

Method Copy

opensca/sca/java/xml/xml.go:91–91  ·  view source on GitHub ↗

Copy creates a new copy of Comment.

()

Source from the content-addressed store, hash-verified

89
90// Copy creates a new copy of Comment.
91func (c Comment) Copy() Comment { return Comment(bytes.Clone(c)) }
92
93// A ProcInst represents an XML processing instruction of the form <?target inst?>
94type ProcInst struct {

Callers 13

SaveFunction · 0.45
ParsePythonWithEnvFunction · 0.45
CopyTokenFunction · 0.45
marshalSimpleMethod · 0.45
DownloadUrlFromReposFunction · 0.45
xtarFunction · 0.45
xgzFunction · 0.45
xbz2Function · 0.45
xrarFunction · 0.45
downloadFromHttpFunction · 0.45
downloadFromFtpFunction · 0.45
xzipFunction · 0.45

Calls 1

CommentTypeAlias · 0.85

Tested by

no test coverage detected