Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
func
(m *realMounter) Unmount(tgt string, flags int) error {
193
return
syscall.Unmount(tgt, flags)
194
}
195
196
func
(m *realMounter) GetMounts() ([]*procfs.MountInfo, error) {
197
return
procfs.GetMounts()
Callers
nothing calls this directly
Calls
1
Unmount
Method · 0.65
Tested by
no test coverage detected