Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/envbuilder
/ ReadDir
Method
ReadDir
internal/ebutil/remount.go:212–214 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
210
}
211
212
func
(m *realMounter) ReadDir(name string) ([]os.DirEntry, error) {
213
return
os.ReadDir(name)
214
}
215
216
func
(m *realMounter) EvalSymlinks(path string) (string, error) {
217
return
filepath.EvalSymlinks(path)
Callers
nothing calls this directly
Calls
1
ReadDir
Method · 0.65
Tested by
no test coverage detected