MCPcopy 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
8type Locator struct {
9 FilesToCheckFor []string
10}
11
12func NewLocator() *Locator {
13 return &Locator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected