Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
type
Installer
interface
{
38
InstallDependency(libbuildpack.Dependency, string) error
39
InstallOnlyVersion(string, string) error
40
}
41
Callers
3
supply_test.go
File · 0.65
BootstrapPython
Method · 0.65
InstallNode
Method · 0.65
Implementers
2
MockInstaller
src/nodejs/supply/mocks_test.go
MockInstallerMockRecorder
src/nodejs/supply/mocks_test.go
Calls
no outgoing calls
Tested by
no test coverage detected