MCPcopy Index your code
hub / github.com/GoogleContainerTools/container-structure-test / ReadFile

Method ReadFile

pkg/drivers/driver.go:56–56  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

54 StatFile(path string) (os.FileInfo, error)
55
56 ReadFile(path string) ([]byte, error)
57
58 ReadDir(path string) ([]os.FileInfo, error)
59

Callers 11

RunMethod · 0.65
checkFileFunction · 0.65
RunMethod · 0.65
checkFileFunction · 0.65
ReadFileMethod · 0.65
GetConfigMethod · 0.65
ReadFileMethod · 0.65
GetFileContentsFunction · 0.65
CheckSameFileFunction · 0.65
appendCertificateFunction · 0.65
ParseFunction · 0.65

Implementers 3

DockerDriverpkg/drivers/docker_driver.go
HostDriverpkg/drivers/host_driver.go
TarDriverpkg/drivers/tar_driver.go

Calls

no outgoing calls

Tested by

no test coverage detected