MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / LinkDirectoryInDepDir

Method LinkDirectoryInDepDir

src/java/common/context.go:21–21  ·  view source on GitHub ↗
(string, string)

Source from the content-addressed store, hash-verified

19
20type Stager interface {
21 LinkDirectoryInDepDir(string, string) error
22 AddBinDependencyLink(string, string) error
23 BuildDir() string
24 DepDir() string

Callers 2

DetectMethod · 0.65
SupplyMethod · 0.65

Implementers 2

MockStagersrc/internal/mocks/mocks.go
MockStagerMockRecordersrc/internal/mocks/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected