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

Method CacheDir

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

Source from the content-addressed store, hash-verified

51type Stager interface {
52 BuildDir() string
53 CacheDir() string
54 DepDir() string
55 DepsIdx() string
56 LinkDirectoryInDepDir(string, string) error

Callers 3

mainFunction · 0.95
BuildDependenciesMethod · 0.65
OverrideCacheFromAppMethod · 0.65

Implementers 2

MockStagersrc/nodejs/supply/mocks_test.go
MockStagerMockRecordersrc/nodejs/supply/mocks_test.go

Calls

no outgoing calls

Tested by

no test coverage detected