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

Method Index4

opensca/sca/java/pom.go:127–129  ·  view source on GitHub ↗

Index4 is groupId:artifactId:classifier:type:version:scope

()

Source from the content-addressed store, hash-verified

125
126// Index4 is groupId:artifactId:classifier:type:version:scope
127func (pd PomDependency) Index4() string {
128 return fmt.Sprintf("%s:%s", pd.Index3(), pd.Scope)
129}
130
131// ReadPom 读取pom信息
132func ReadPom(reader io.Reader) *Pom {

Callers 1

ImportPathStackMethod · 0.80

Calls 1

Index3Method · 0.95

Tested by

no test coverage detected