Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ Locator
Struct
Locator
util/manifestparser/locator.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Locator
struct
{
9
FilesToCheckFor []string
10
}
11
12
func
NewLocator() *Locator {
13
return
&Locator{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected