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