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

Method IsDir

commands/deploy_command_test.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (mockFileInfo) IsDir() bool {
54 return false
55}
56
57func (mockFileInfo) Sys() any {
58 return nil

Callers 4

getMtaArchiveMethod · 0.80
copyContentFunction · 0.80
copyDirectoryFunction · 0.80
CreateMtaArchiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected