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

Method Index3

opensca/sca/java/pom.go:122–124  ·  view source on GitHub ↗

Index3 is groupId:artifactId:classifier:type:version

()

Source from the content-addressed store, hash-verified

120
121// Index3 is groupId:artifactId:classifier:type:version
122func (pd PomDependency) Index3() string {
123 return fmt.Sprintf("%s:%s", pd.Index2(), pd.Version)
124}
125
126// Index4 is groupId:artifactId:classifier:type:version:scope
127func (pd PomDependency) Index4() string {

Callers 3

Index4Method · 0.95
ParsePomsFunction · 0.80
inheritPomFunction · 0.80

Calls 1

Index2Method · 0.95

Tested by

no test coverage detected