MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / IsMountPoint

Method IsMountPoint

platform/disk/mounter_interface.go:17–17  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

15 SwapOn(partitionPath string) (err error)
16
17 IsMountPoint(path string) (parititionPath string, result bool, err error)
18 IsMounted(devicePathOrMountPoint string) (result bool, err error)
19}

Callers 4

addDiskStatsMethod · 0.65
IsMountPointMethod · 0.65

Implementers 3

linuxMounterplatform/disk/linux_mounter.go
linuxBindMounterplatform/disk/linux_bind_mounter.go
FakeMounterplatform/disk/diskfakes/fake_mounter.g

Calls

no outgoing calls

Tested by

no test coverage detected