Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ handleFilepath
Method
handleFilepath
util/manifestparser/locator.go:54–56 ·
view source on GitHub ↗
(filepath string)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(Locator) handleFilepath(filepath string) (string, bool, error) {
55
return
filepath, true, nil
56
}
Callers
1
Path
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected