MCPcopy Create free account
hub / github.com/buildpacks/pack / FullPathIn

Method FullPathIn

acceptance/buildpacks/folder_buildpack.go:38–40  ·  view source on GitHub ↗
(parentFolder string)

Source from the content-addressed store, hash-verified

36}
37
38func (f folderBuildModule) FullPathIn(parentFolder string) string {
39 return filepath.Join(parentFolder, f.name)
40}
41
42var (
43 BpFolderNotInBuilder = folderBuildModule{name: "not-in-builder-buildpack"}

Callers 1

testAcceptanceFunction · 0.45

Calls

no outgoing calls

Tested by 1

testAcceptanceFunction · 0.36