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

Function ExecutableFilename

util/generic/executable_filename_unix.go:8–10  ·  view source on GitHub ↗

ExecutableFilename appends does something on Windows, but it is a no-op on the many flavors of UNIX.

(name string)

Source from the content-addressed store, hash-verified

6// ExecutableFilename appends does something on Windows, but it is a no-op
7// on the many flavors of UNIX.
8func ExecutableFilename(name string) string {
9 return name
10}

Calls

no outgoing calls

Tested by

no test coverage detected