MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / GetFilesContentsFromDisk

Method GetFilesContentsFromDisk

platform/linux_platform.go:248–250  ·  view source on GitHub ↗
(diskPath string, fileNames []string)

Source from the content-addressed store, hash-verified

246}
247
248func (p linux) GetFilesContentsFromDisk(diskPath string, fileNames []string) ([][]byte, error) {
249 return p.diskManager.GetUtil().GetFilesContents(diskPath, fileNames)
250}
251
252func (p linux) GetDevicePathResolver() (devicePathResolver boshdpresolv.DevicePathResolver) {
253 return p.devicePathResolver

Callers

nothing calls this directly

Calls 2

GetFilesContentsMethod · 0.65
GetUtilMethod · 0.65

Tested by

no test coverage detected