Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
func
(f *mockFile) Stat() (fs.FileInfo, error) {
62
return
mockFileInfo{}, nil
63
}
64
65
func
(f *mockFile) Read(p []byte) (int, error) {
66
return
f.reader.Read(p)
Callers
15
getMtaArchive
Method · 0.80
tryReadingFileUrl
Method · 0.80
createDownloadDirectory
Function · 0.80
UploadFiles
Method · 0.80
uploadInChunks
Method · 0.80
uploadFilePart
Method · 0.80
exists
Function · 0.80
GetFile
Function · 0.80
Build
Method · 0.80
copyContent
Function · 0.80
copyDirectory
Function · 0.80
SplitFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected