Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
CfIgnore
interface
{
13
FileShouldBeIgnored(path string) bool
14
}
15
16
func
NewCfIgnore(text string) CfIgnore {
Callers
2
cf_ignore_test.go
File · 0.65
WalkAppFiles
Method · 0.65
Implementers
1
FakeCfIgnore
cf/appfiles/appfilesfakes/fake_cf_igno
Calls
no outgoing calls
Tested by
no test coverage detected