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

Function npmkey

opensca/sca/javascript/npm.go:55–57  ·  view source on GitHub ↗
(name, version string)

Source from the content-addressed store, hash-verified

53}
54
55func npmkey(name, version string) string {
56 return fmt.Sprintf("%s:%s", name, version)
57}
58
59func _depSet() *model.DepGraphMap {
60 return model.NewDepGraphMap(nil, func(s ...string) *model.DepGraph {

Callers 2

ParseYarnLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected