MCPcopy Create free account
hub / github.com/coder/envbuilder / Unmount

Method Unmount

internal/ebutil/remount.go:192–194  ·  view source on GitHub ↗
(tgt string, flags int)

Source from the content-addressed store, hash-verified

190}
191
192func (m *realMounter) Unmount(tgt string, flags int) error {
193 return syscall.Unmount(tgt, flags)
194}
195
196func (m *realMounter) GetMounts() ([]*procfs.MountInfo, error) {
197 return procfs.GetMounts()

Callers

nothing calls this directly

Calls 1

UnmountMethod · 0.65

Tested by

no test coverage detected