MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / Stat

Method Stat

commands/deploy_command_test.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (f *mockFile) Stat() (fs.FileInfo, error) {
62 return mockFileInfo{}, nil
63}
64
65func (f *mockFile) Read(p []byte) (int, error) {
66 return f.reader.Read(p)

Callers 15

getMtaArchiveMethod · 0.80
tryReadingFileUrlMethod · 0.80
createDownloadDirectoryFunction · 0.80
UploadFilesMethod · 0.80
uploadInChunksMethod · 0.80
uploadFilePartMethod · 0.80
existsFunction · 0.80
GetFileFunction · 0.80
BuildMethod · 0.80
copyContentFunction · 0.80
copyDirectoryFunction · 0.80
SplitFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected