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

Method RelativePath

cf/appfiles/app_files_test.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (a WalkAppFileArgs) RelativePath() string {
26 return filepath.Join(strings.Split(a.relativePath, "/")...)
27}
28
29func (a WalkAppFileArgs) AbsolutePath() string {
30 return filepath.Join(strings.Split(a.relativePath, "/")...)

Callers 2

EqualMethod · 0.95
app_files_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected