MCPcopy Create free account
hub / github.com/cloudfoundry/nodejs-buildpack / DefaultVersion

Method DefaultVersion

src/nodejs/supply/supply.go:34–34  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

32type Manifest interface {
33 AllDependencyVersions(string) []string
34 DefaultVersion(string) (libbuildpack.Dependency, error)
35}
36
37type Installer interface {

Callers 3

supply_test.goFile · 0.65
BootstrapPythonMethod · 0.65
ChooseNodeVersionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected