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

Method GetMounts

internal/ebutil/remount.go:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196func (m *realMounter) GetMounts() ([]*procfs.MountInfo, error) {
197 return procfs.GetMounts()
198}
199
200func (m *realMounter) MkdirAll(path string, perm os.FileMode) error {
201 return os.MkdirAll(path, perm)

Callers

nothing calls this directly

Calls 1

GetMountsMethod · 0.65

Tested by

no test coverage detected