MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Equal

Method Equal

cf/appfiles/app_files_test.go:33–36  ·  view source on GitHub ↗
(other WalkAppFileArgs)

Source from the content-addressed store, hash-verified

31}
32
33func (a WalkAppFileArgs) Equal(other WalkAppFileArgs) bool {
34 return a.RelativePath() == other.RelativePath() &&
35 a.AbsolutePath() == other.AbsolutePath()
36}
37
38var _ = Describe("AppFiles", func() {
39 var appFiles appfiles.ApplicationFiles

Callers 1

app_files_test.goFile · 0.80

Calls 2

RelativePathMethod · 0.95
AbsolutePathMethod · 0.95

Tested by

no test coverage detected