MCPcopy
hub / github.com/cloudfoundry/cli / FileShouldBeIgnored

Method FileShouldBeIgnored

cf/appfiles/cf_ignore.go:13–13  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

11
12type CfIgnore interface {
13 FileShouldBeIgnored(path string) bool
14}
15
16func NewCfIgnore(text string) CfIgnore {

Callers 2

cf_ignore_test.goFile · 0.65
WalkAppFilesMethod · 0.65

Implementers 1

FakeCfIgnorecf/appfiles/appfilesfakes/fake_cf_igno

Calls

no outgoing calls

Tested by

no test coverage detected