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

Method InstallDependency

src/nodejs/supply/supply.go:38–38  ·  view source on GitHub ↗
(libbuildpack.Dependency, string)

Source from the content-addressed store, hash-verified

36
37type Installer interface {
38 InstallDependency(libbuildpack.Dependency, string) error
39 InstallOnlyVersion(string, string) error
40}
41

Callers 3

supply_test.goFile · 0.65
BootstrapPythonMethod · 0.65
InstallNodeMethod · 0.65

Implementers 2

MockInstallersrc/nodejs/supply/mocks_test.go
MockInstallerMockRecordersrc/nodejs/supply/mocks_test.go

Calls

no outgoing calls

Tested by

no test coverage detected