Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
func
(m *realMounter) GetMounts() ([]*procfs.MountInfo, error) {
197
return
procfs.GetMounts()
198
}
199
200
func
(m *realMounter) MkdirAll(path string, perm os.FileMode) error {
201
return
os.MkdirAll(path, perm)
Callers
nothing calls this directly
Calls
1
GetMounts
Method · 0.65
Tested by
no test coverage detected