MCPcopy Create free account
hub / github.com/cloudfoundry/garden / BindMountOrigin

TypeAlias BindMountOrigin

client.go:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225const BindMountModeRW BindMountMode = 1
226
227type BindMountOrigin uint8
228
229const BindMountOriginHost BindMountOrigin = 0
230const BindMountOriginContainer BindMountOrigin = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected