MCPcopy Index your code
hub / github.com/cloudfoundry/cli / executableBits

Function executableBits

cf/api/applicationbits/application_bits_test.go:440–442  ·  view source on GitHub ↗
(mode os.FileMode)

Source from the content-addressed store, hash-verified

438}
439
440func executableBits(mode os.FileMode) os.FileMode {
441 return mode & 0111
442}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected